org.codehaus.activesoap.util
Class LoggingXMLStreamReader

java.lang.Object
  extended byjavax.xml.stream.util.StreamReaderDelegate
      extended byorg.codehaus.activesoap.util.LoggingXMLStreamReader
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader

public class LoggingXMLStreamReader
extends StreamReaderDelegate

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
LoggingXMLStreamReader(XMLStreamReader xmlStreamReader)
           
LoggingXMLStreamReader(XMLStreamReader xmlStreamReader, Log log)
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 
Methods inherited from class javax.xml.stream.util.StreamReaderDelegate
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getParent, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, setParent, standaloneSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingXMLStreamReader

public LoggingXMLStreamReader(XMLStreamReader xmlStreamReader)

LoggingXMLStreamReader

public LoggingXMLStreamReader(XMLStreamReader xmlStreamReader,
                              Log log)
Method Detail

hasNext

public boolean hasNext()
                throws XMLStreamException
Throws:
XMLStreamException

next

public int next()
         throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.