| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.xml.stream.util.StreamReaderDelegate
org.apache.tuscany.sca.databinding.xml.WrappingXMLStreamReader
public class WrappingXMLStreamReader
| Field Summary | 
|---|
| Fields inherited from interface org.apache.tuscany.sca.databinding.xml.XMLFragmentStreamReader | 
|---|
ELEMENT_TEXT, NIL_QNAME, NIL_VALUE_TRUE | 
| 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 | |
|---|---|
WrappingXMLStreamReader(javax.xml.stream.XMLStreamReader realReader)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
hasNext()
 | 
 void | 
init()
Initiate the parser - this will do whatever the needed tasks to initiate the parser and must be called before attempting any specific parsing using this parser  | 
 boolean | 
isDone()
Extra method to query the state of the pullparser  | 
 int | 
next()
 | 
 int | 
nextTag()
 | 
 void | 
setParentNamespaceContext(javax.xml.namespace.NamespaceContext nsContext)
add the parent namespace context to this parser  | 
| 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, require, setParent, standaloneSet | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface javax.xml.stream.XMLStreamReader | 
|---|
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, require, standaloneSet | 
| Constructor Detail | 
|---|
public WrappingXMLStreamReader(javax.xml.stream.XMLStreamReader realReader)
                        throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException| Method Detail | 
|---|
public boolean hasNext()
                throws javax.xml.stream.XMLStreamException
hasNext in interface javax.xml.stream.XMLStreamReaderhasNext in class javax.xml.stream.util.StreamReaderDelegatejavax.xml.stream.XMLStreamException
public int next()
         throws javax.xml.stream.XMLStreamException
next in interface javax.xml.stream.XMLStreamReadernext in class javax.xml.stream.util.StreamReaderDelegatejavax.xml.stream.XMLStreamException
public int nextTag()
            throws javax.xml.stream.XMLStreamException
nextTag in interface javax.xml.stream.XMLStreamReadernextTag in class javax.xml.stream.util.StreamReaderDelegatejavax.xml.stream.XMLStreamExceptionpublic void setParentNamespaceContext(javax.xml.namespace.NamespaceContext nsContext)
XMLFragmentStreamReader
setParentNamespaceContext in interface XMLFragmentStreamReaderpublic void init()
XMLFragmentStreamReader
init in interface XMLFragmentStreamReaderpublic boolean isDone()
XMLFragmentStreamReader
isDone in interface XMLFragmentStreamReader
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||