|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siemens.ct.exi.core.AbstractEXICoder
com.siemens.ct.exi.core.AbstractEXIDecoder
com.siemens.ct.exi.core.EXIDecoderInOrder
public class EXIDecoderInOrder
TODO Description
Constructor Summary | |
---|---|
EXIDecoderInOrder(EXIFactory exiFactory)
|
Method Summary | |
---|---|
void |
decodeAttribute()
Parses expected attribute. |
void |
decodeAttributeGeneric()
Parses expected generic attribute. |
void |
decodeAttributeGenericUndeclared()
Parses unexpected attribute. |
void |
decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value |
void |
decodeCharacters()
Decodes expected characters. |
void |
decodeCharactersGeneric()
Decodes generic characters. |
void |
decodeCharactersGenericUndeclared()
Decodes unexpected (generic) characters. |
void |
decodeComment()
Parses comment with associated characters. |
void |
decodeDocType()
Parses DOCTYPE with information items |
void |
decodeEndDocument()
Finalizes the end of a set of XML events |
void |
decodeEndElement()
Reads EXI end element. |
void |
decodeEndElementUndeclared()
Reads unexpected EXI end element. |
void |
decodeEndFragmentSelfContained()
Reads an end element part of self-contained fragments |
void |
decodeEntityReference()
Parses EntityReference |
void |
decodeNamespaceDeclaration()
Parses namespace declaration retrieving associated URI and prefix. |
void |
decodeProcessingInstruction()
Parses processing instruction with associated target and data. |
void |
decodeStartDocument()
Initializes the beginning of a set of XML events |
void |
decodeStartElement()
Reads EXI start element. |
void |
decodeStartElementGeneric()
Reads generic start element. |
void |
decodeStartElementGenericUndeclared()
Parses unexpected start element. |
void |
decodeStartFragmentSelfContained()
Reads EXI a self-contained start element |
void |
decodeXsiNil()
Reads xsi:nil from EXI stream. |
void |
decodeXsiNilDeviation()
|
void |
decodeXsiType()
Reads xsi:type from EXI stream. |
EventType |
getNextEventType()
Reports the next available EXI event-type |
boolean |
hasNextEvent()
Reports whether an additional EXI event is available. |
void |
inspectEvent()
Sniffs EXI stream for reporting next event. |
Methods inherited from class com.siemens.ct.exi.core.AbstractEXIDecoder |
---|
getAttributeLocalName, getAttributePrefix, getAttributeURI, getAttributeValue, getCharacters, getComment, getDocTypeName, getDocTypePublicID, getDocTypeSystemID, getDocTypeText, getElementLocalName, getElementPrefix, getElementURI, getEntityReferenceName, getNSPrefix, getNSUri, getPIData, getPITarget, getXsiNil, getXsiNilDeviation, getXsiTypeName, getXsiTypeUri, setInputStream |
Methods inherited from class com.siemens.ct.exi.core.AbstractEXICoder |
---|
getNamespaces, getScopeLocalName, getScopeURI, setErrorHandler |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.siemens.ct.exi.EXIDecoder |
---|
getNamespaces, getScopeLocalName, getScopeURI |
Constructor Detail |
---|
public EXIDecoderInOrder(EXIFactory exiFactory)
Method Detail |
---|
public void inspectEvent() throws EXIException
EXIDecoder
EXIException
public boolean hasNextEvent()
EXIDecoder
public EventType getNextEventType()
EXIDecoder
EventType
for next EXI eventpublic void decodeStartDocument() throws EXIException
EXIDecoder
EXIException
public void decodeStartElement() throws EXIException
EXIDecoder
Start element appearing as expected event.
EXIException
public void decodeStartElementGeneric() throws EXIException
EXIDecoder
Expected generic start element
EXIException
public void decodeStartElementGenericUndeclared() throws EXIException
EXIDecoder
EXIException
public void decodeNamespaceDeclaration() throws EXIException
EXIDecoder
EXIException
public void decodeAttribute() throws EXIException
EXIDecoder
EXIException
public void decodeAttributeInvalidValue() throws EXIException
EXIDecoder
EXIException
public void decodeAttributeGeneric() throws EXIException
EXIDecoder
EXIException
public void decodeAttributeGenericUndeclared() throws EXIException
EXIDecoder
EXIException
public void decodeXsiType() throws EXIException
EXIDecoder
EXIException
public void decodeXsiNil() throws EXIException
EXIDecoder
EXIException
public void decodeXsiNilDeviation() throws EXIException
EXIException
public void decodeCharacters() throws EXIException
EXIDecoder
EXIException
public void decodeCharactersGeneric() throws EXIException
EXIDecoder
EXIException
public void decodeCharactersGenericUndeclared() throws EXIException
EXIDecoder
EXIException
public void decodeEndElement() throws EXIException
EXIDecoder
EXIException
public void decodeEndElementUndeclared() throws EXIException
EXIDecoder
EXIException
public void decodeEndDocument() throws EXIException
EXIDecoder
EXIException
public void decodeDocType() throws EXIException
EXIDecoder
EXIException
public void decodeEntityReference() throws EXIException
EXIDecoder
EXIException
public void decodeComment() throws EXIException
EXIDecoder
EXIException
public void decodeProcessingInstruction() throws EXIException
EXIDecoder
EXIException
public void decodeStartFragmentSelfContained() throws EXIException
EXIDecoder
EXIException
public void decodeEndFragmentSelfContained() throws EXIException
EXIDecoder
EXIException
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |