|
EXIficient | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EXIException | |
---|---|
com.siemens.ct.exi | Entry point for using EXI implementation |
com.siemens.ct.exi.api.dom | The Document Object Model (DOM) is a platform- and language-independent standard object model for XML related formats. |
com.siemens.ct.exi.api.sax | SAX (Simple API for XML) is a serial access parser API for XML. |
com.siemens.ct.exi.core | Core functionality for EXIEncoder, EXIDecoder and EXIHeader. |
com.siemens.ct.exi.core.sax | Core functionality for SAX API. |
com.siemens.ct.exi.exceptions | EXI Exception collection. |
com.siemens.ct.exi.grammar | EXI Grammars. |
com.siemens.ct.exi.helpers | EXI helper classes such as default interface implementations. |
Uses of EXIException in com.siemens.ct.exi |
---|
Methods in com.siemens.ct.exi that throw EXIException | |
---|---|
Grammar |
GrammarFactory.createGrammar(java.io.InputStream is)
|
Grammar |
GrammarFactory.createGrammar(java.io.InputStream is)
|
Grammar |
GrammarFactory.createGrammar(java.io.InputStream is)
|
Grammar |
GrammarFactory.createGrammar(java.lang.String xsdLocation)
|
Grammar |
GrammarFactory.createGrammar(java.lang.String xsdLocation)
|
Grammar |
GrammarFactory.createGrammar(java.lang.String xsdLocation)
|
void |
EXIDecoder.decodeAttribute()
Parses expected attribute. |
void |
EXIDecoder.decodeAttribute()
Parses expected attribute. |
void |
EXIDecoder.decodeAttribute()
Parses expected attribute. |
void |
EXIDecoder.decodeAttributeGeneric()
Parses expected generic attribute. |
void |
EXIDecoder.decodeAttributeGeneric()
Parses expected generic attribute. |
void |
EXIDecoder.decodeAttributeGeneric()
Parses expected generic attribute. |
void |
EXIDecoder.decodeAttributeGenericUndeclared()
Parses unexpected attribute. |
void |
EXIDecoder.decodeAttributeGenericUndeclared()
Parses unexpected attribute. |
void |
EXIDecoder.decodeAttributeGenericUndeclared()
Parses unexpected attribute. |
void |
EXIDecoder.decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value |
void |
EXIDecoder.decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value |
void |
EXIDecoder.decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value |
void |
EXIDecoder.decodeCharacters()
Decodes expected characters. |
void |
EXIDecoder.decodeCharacters()
Decodes expected characters. |
void |
EXIDecoder.decodeCharacters()
Decodes expected characters. |
void |
EXIDecoder.decodeCharactersGeneric()
Decodes generic characters. |
void |
EXIDecoder.decodeCharactersGeneric()
Decodes generic characters. |
void |
EXIDecoder.decodeCharactersGeneric()
Decodes generic characters. |
void |
EXIDecoder.decodeCharactersGenericUndeclared()
Decodes unexpected (generic) characters. |
void |
EXIDecoder.decodeCharactersGenericUndeclared()
Decodes unexpected (generic) characters. |
void |
EXIDecoder.decodeCharactersGenericUndeclared()
Decodes unexpected (generic) characters. |
void |
EXIDecoder.decodeComment()
Parses comment with associated characters. |
void |
EXIDecoder.decodeComment()
Parses comment with associated characters. |
void |
EXIDecoder.decodeComment()
Parses comment with associated characters. |
void |
EXIDecoder.decodeDocType()
Parses DOCTYPE with information items |
void |
EXIDecoder.decodeDocType()
Parses DOCTYPE with information items |
void |
EXIDecoder.decodeDocType()
Parses DOCTYPE with information items |
void |
EXIDecoder.decodeEndDocument()
Finalizes the end of a set of XML events |
void |
EXIDecoder.decodeEndDocument()
Finalizes the end of a set of XML events |
void |
EXIDecoder.decodeEndDocument()
Finalizes the end of a set of XML events |
void |
EXIDecoder.decodeEndElement()
Reads EXI end element. |
void |
EXIDecoder.decodeEndElement()
Reads EXI end element. |
void |
EXIDecoder.decodeEndElement()
Reads EXI end element. |
void |
EXIDecoder.decodeEndElementUndeclared()
Reads unexpected EXI end element. |
void |
EXIDecoder.decodeEndElementUndeclared()
Reads unexpected EXI end element. |
void |
EXIDecoder.decodeEndElementUndeclared()
Reads unexpected EXI end element. |
void |
EXIDecoder.decodeEndFragmentSelfContained()
Reads an end element part of self-contained fragments |
void |
EXIDecoder.decodeEndFragmentSelfContained()
Reads an end element part of self-contained fragments |
void |
EXIDecoder.decodeEndFragmentSelfContained()
Reads an end element part of self-contained fragments |
void |
EXIDecoder.decodeEntityReference()
Parses EntityReference |
void |
EXIDecoder.decodeEntityReference()
Parses EntityReference |
void |
EXIDecoder.decodeEntityReference()
Parses EntityReference |
void |
EXIDecoder.decodeNamespaceDeclaration()
Parses namespace declaration retrieving associated URI and prefix. |
void |
EXIDecoder.decodeNamespaceDeclaration()
Parses namespace declaration retrieving associated URI and prefix. |
void |
EXIDecoder.decodeNamespaceDeclaration()
Parses namespace declaration retrieving associated URI and prefix. |
void |
EXIDecoder.decodeProcessingInstruction()
Parses processing instruction with associated target and data. |
void |
EXIDecoder.decodeProcessingInstruction()
Parses processing instruction with associated target and data. |
void |
EXIDecoder.decodeProcessingInstruction()
Parses processing instruction with associated target and data. |
void |
EXIDecoder.decodeStartDocument()
Initializes the beginning of a set of XML events |
void |
EXIDecoder.decodeStartDocument()
Initializes the beginning of a set of XML events |
void |
EXIDecoder.decodeStartDocument()
Initializes the beginning of a set of XML events |
void |
EXIDecoder.decodeStartElement()
Reads EXI start element. |
void |
EXIDecoder.decodeStartElement()
Reads EXI start element. |
void |
EXIDecoder.decodeStartElement()
Reads EXI start element. |
void |
EXIDecoder.decodeStartElementGeneric()
Reads generic start element. |
void |
EXIDecoder.decodeStartElementGeneric()
Reads generic start element. |
void |
EXIDecoder.decodeStartElementGeneric()
Reads generic start element. |
void |
EXIDecoder.decodeStartElementGenericUndeclared()
Parses unexpected start element. |
void |
EXIDecoder.decodeStartElementGenericUndeclared()
Parses unexpected start element. |
void |
EXIDecoder.decodeStartElementGenericUndeclared()
Parses unexpected start element. |
void |
EXIDecoder.decodeStartFragmentSelfContained()
Reads EXI a self-contained start element |
void |
EXIDecoder.decodeStartFragmentSelfContained()
Reads EXI a self-contained start element |
void |
EXIDecoder.decodeStartFragmentSelfContained()
Reads EXI a self-contained start element |
void |
EXIDecoder.decodeXsiNil()
Reads xsi:nil from EXI stream. |
void |
EXIDecoder.decodeXsiNil()
Reads xsi:nil from EXI stream. |
void |
EXIDecoder.decodeXsiNil()
Reads xsi:nil from EXI stream. |
void |
EXIDecoder.decodeXsiNilDeviation()
|
void |
EXIDecoder.decodeXsiNilDeviation()
|
void |
EXIDecoder.decodeXsiNilDeviation()
|
void |
EXIDecoder.decodeXsiType()
Reads xsi:type from EXI stream. |
void |
EXIDecoder.decodeXsiType()
Reads xsi:type from EXI stream. |
void |
EXIDecoder.decodeXsiType()
Reads xsi:type from EXI stream. |
void |
EXIEncoder.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
Supplies an attribute. |
void |
EXIEncoder.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
Supplies an attribute. |
void |
EXIEncoder.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
Supplies an attribute. |
void |
EXIEncoder.encodeCharacters(java.lang.String chars)
Supplies a comment as corresponding characters. |
void |
EXIEncoder.encodeCharacters(java.lang.String chars)
Supplies a comment as corresponding characters. |
void |
EXIEncoder.encodeCharacters(java.lang.String chars)
Supplies a comment as corresponding characters. |
void |
EXIEncoder.encodeComment(char[] ch,
int start,
int length)
Supplies the text of a comment. |
void |
EXIEncoder.encodeComment(char[] ch,
int start,
int length)
Supplies the text of a comment. |
void |
EXIEncoder.encodeComment(char[] ch,
int start,
int length)
Supplies the text of a comment. |
void |
EXIEncoder.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
Supplies content items to represent a DOCTYPE definition |
void |
EXIEncoder.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
Supplies content items to represent a DOCTYPE definition |
void |
EXIEncoder.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
Supplies content items to represent a DOCTYPE definition |
void |
EXIEncoder.encodeEndDocument()
Reports the end of a set of XML events. |
void |
EXIEncoder.encodeEndDocument()
Reports the end of a set of XML events. |
void |
EXIEncoder.encodeEndDocument()
Reports the end of a set of XML events. |
void |
EXIEncoder.encodeEndElement()
Supplies the end tag of an element. |
void |
EXIEncoder.encodeEndElement()
Supplies the end tag of an element. |
void |
EXIEncoder.encodeEndElement()
Supplies the end tag of an element. |
void |
EXIEncoder.encodeEndFragmentSelfContained()
Supplies the end tag of an SC fragment. |
void |
EXIEncoder.encodeEndFragmentSelfContained()
Supplies the end tag of an SC fragment. |
void |
EXIEncoder.encodeEndFragmentSelfContained()
Supplies the end tag of an SC fragment. |
void |
EXIEncoder.encodeEntityReference(java.lang.String name)
Supplies the name of an entity reference |
void |
EXIEncoder.encodeEntityReference(java.lang.String name)
Supplies the name of an entity reference |
void |
EXIEncoder.encodeEntityReference(java.lang.String name)
Supplies the name of an entity reference |
void |
EXIEncoder.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
Namespaces are reported as a discrete Namespace event. |
void |
EXIEncoder.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
Namespaces are reported as a discrete Namespace event. |
void |
EXIEncoder.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
Namespaces are reported as a discrete Namespace event. |
void |
EXIEncoder.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
Supplies the target and data for an underlying processing instruction. |
void |
EXIEncoder.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
Supplies the target and data for an underlying processing instruction. |
void |
EXIEncoder.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
Supplies the target and data for an underlying processing instruction. |
void |
EXIEncoder.encodeStartDocument()
Reports the beginning of a set of XML events |
void |
EXIEncoder.encodeStartDocument()
Reports the beginning of a set of XML events |
void |
EXIEncoder.encodeStartDocument()
Reports the beginning of a set of XML events |
void |
EXIEncoder.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of an element. |
void |
EXIEncoder.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of an element. |
void |
EXIEncoder.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of an element. |
int |
EXIEncoder.encodeStartFragmentSelfContained(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of a self-contained element. |
int |
EXIEncoder.encodeStartFragmentSelfContained(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of a self-contained element. |
int |
EXIEncoder.encodeStartFragmentSelfContained(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
Supplies the start of a self-contained element. |
void |
EXIEncoder.encodeXsiNil(java.lang.String nil)
Supplies an xsi:nil attribute. |
void |
EXIEncoder.encodeXsiNil(java.lang.String nil)
Supplies an xsi:nil attribute. |
void |
EXIEncoder.encodeXsiNil(java.lang.String nil)
Supplies an xsi:nil attribute. |
void |
EXIEncoder.encodeXsiType(java.lang.String xsiTypeRaw)
Supplies an xsi:type case. |
void |
EXIEncoder.encodeXsiType(java.lang.String xsiTypeRaw)
Supplies an xsi:type case. |
void |
EXIEncoder.encodeXsiType(java.lang.String xsiTypeRaw)
Supplies an xsi:type case. |
void |
EXIDecoder.inspectEvent()
Sniffs EXI stream for reporting next event. |
void |
EXIDecoder.inspectEvent()
Sniffs EXI stream for reporting next event. |
void |
EXIDecoder.inspectEvent()
Sniffs EXI stream for reporting next event. |
void |
EXIDecoder.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIDecoder.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIDecoder.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIEncoder.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
void |
EXIEncoder.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
void |
EXIEncoder.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
Uses of EXIException in com.siemens.ct.exi.api.dom |
---|
Methods in com.siemens.ct.exi.api.dom that throw EXIException | |
---|---|
void |
DOMWriter.encode(org.w3c.dom.Document doc)
|
void |
DOMWriter.encode(org.w3c.dom.Node n)
|
void |
DOMWriter.encodeFragment(org.w3c.dom.DocumentFragment docFragment)
|
org.w3c.dom.Document |
DOMBuilder.parse(java.io.InputStream is)
|
org.w3c.dom.DocumentFragment |
DOMBuilder.parseFragment(java.io.InputStream is)
|
void |
DOMWriter.setOutput(java.io.OutputStream os)
|
Uses of EXIException in com.siemens.ct.exi.api.sax |
---|
Methods in com.siemens.ct.exi.api.sax that throw EXIException | |
---|---|
void |
EXIWriter.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
Uses of EXIException in com.siemens.ct.exi.core |
---|
Methods in com.siemens.ct.exi.core that throw EXIException | |
---|---|
void |
EXIDecoderReordered.decodeAttribute()
|
void |
EXIDecoderInOrder.decodeAttribute()
|
void |
EXIDecoderReordered.decodeAttributeGeneric()
|
void |
EXIDecoderInOrder.decodeAttributeGeneric()
|
void |
EXIDecoderReordered.decodeAttributeGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeAttributeGenericUndeclared()
|
void |
EXIDecoderReordered.decodeAttributeInvalidValue()
|
void |
EXIDecoderInOrder.decodeAttributeInvalidValue()
|
void |
EXIDecoderReordered.decodeCharacters()
|
void |
EXIDecoderInOrder.decodeCharacters()
|
void |
EXIDecoderReordered.decodeCharactersGeneric()
|
void |
EXIDecoderInOrder.decodeCharactersGeneric()
|
void |
EXIDecoderReordered.decodeCharactersGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeCharactersGenericUndeclared()
|
void |
EXIDecoderReordered.decodeComment()
|
void |
EXIDecoderInOrder.decodeComment()
|
void |
EXIDecoderReordered.decodeDocType()
|
void |
EXIDecoderInOrder.decodeDocType()
|
void |
EXIDecoderReordered.decodeEndDocument()
|
void |
EXIDecoderInOrder.decodeEndDocument()
|
void |
EXIDecoderReordered.decodeEndElement()
|
void |
EXIDecoderInOrder.decodeEndElement()
|
void |
EXIDecoderReordered.decodeEndElementUndeclared()
|
void |
EXIDecoderInOrder.decodeEndElementUndeclared()
|
void |
EXIDecoderReordered.decodeEndFragmentSelfContained()
|
void |
EXIDecoderInOrder.decodeEndFragmentSelfContained()
|
void |
EXIDecoderReordered.decodeEntityReference()
|
void |
EXIDecoderInOrder.decodeEntityReference()
|
void |
EXIDecoderReordered.decodeNamespaceDeclaration()
|
void |
EXIDecoderInOrder.decodeNamespaceDeclaration()
|
void |
EXIDecoderReordered.decodeProcessingInstruction()
|
void |
EXIDecoderInOrder.decodeProcessingInstruction()
|
void |
EXIDecoderReordered.decodeStartDocument()
|
void |
EXIDecoderInOrder.decodeStartDocument()
|
void |
EXIDecoderReordered.decodeStartElement()
|
void |
EXIDecoderInOrder.decodeStartElement()
|
void |
EXIDecoderReordered.decodeStartElementGeneric()
|
void |
EXIDecoderInOrder.decodeStartElementGeneric()
|
void |
EXIDecoderReordered.decodeStartElementGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeStartElementGenericUndeclared()
|
void |
EXIDecoderReordered.decodeStartFragmentSelfContained()
|
void |
EXIDecoderInOrder.decodeStartFragmentSelfContained()
|
void |
EXIDecoderReordered.decodeXsiNil()
|
void |
EXIDecoderInOrder.decodeXsiNil()
|
void |
EXIDecoderReordered.decodeXsiNilDeviation()
|
void |
EXIDecoderInOrder.decodeXsiNilDeviation()
|
void |
EXIDecoderReordered.decodeXsiType()
|
void |
EXIDecoderInOrder.decodeXsiType()
|
void |
EXIEncoderPrefixLess.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
|
void |
EXIEncoderPrefixLess.encodeCharacters(java.lang.String chars)
|
void |
EXIEncoderPrefixLess.encodeComment(char[] ch,
int start,
int length)
|
void |
EXIEncoderPrefixLess.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
|
void |
EXIEncoderPrefixLess.encodeEndDocument()
|
void |
EXIEncoderPrefixLess.encodeEndElement()
|
void |
EXIEncoderPrefixLess.encodeEndFragmentSelfContained()
|
void |
EXIEncoderPrefixLess.encodeEntityReference(java.lang.String name)
|
void |
EXIEncoderPrefixLess.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
|
void |
EXIEncoderPrefixAware.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
|
void |
EXIEncoderPrefixLess.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
|
void |
EXIEncoderPrefixLess.encodeStartDocument()
|
void |
EXIEncoderPrefixLess.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
|
void |
EXIEncoderPrefixAware.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
|
int |
EXIEncoderPrefixLess.encodeStartFragmentSelfContained(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
|
void |
EXIEncoderPrefixLess.encodeXsiNil(java.lang.String rawNil)
|
void |
EXIEncoderPrefixLess.encodeXsiType(java.lang.String raw)
|
void |
EXIDecoderReordered.inspectEvent()
|
void |
EXIDecoderInOrder.inspectEvent()
|
static void |
EXIHeader.parse(BitDecoderChannel headerChannel)
|
void |
AbstractEXIDecoder.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIEncoderPrefixLess.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
static void |
EXIHeader.write(java.io.OutputStream os)
|
Uses of EXIException in com.siemens.ct.exi.core.sax |
---|
Methods in com.siemens.ct.exi.core.sax that throw EXIException | |
---|---|
void |
CharactersEncoderWhitespaceLess.checkPendingChars()
|
void |
CharactersEncoderWhitespaceAware.checkPendingChars()
|
abstract void |
AbstractCharactersEncoder.checkPendingChars()
|
void |
SAXEncoder.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
Uses of EXIException in com.siemens.ct.exi.exceptions |
---|
Subclasses of EXIException in com.siemens.ct.exi.exceptions | |
---|---|
class |
UnknownElementException
TODO Description |
class |
UnsupportedOption
TODO Description |
class |
XMLParsingException
TODO Description |
Methods in com.siemens.ct.exi.exceptions with parameters of type EXIException | |
---|---|
void |
ErrorHandler.error(EXIException exception)
Receive notification of a recoverable error. |
void |
ErrorHandler.warning(EXIException exception)
Receive notification of a warning. |
Uses of EXIException in com.siemens.ct.exi.grammar |
---|
Methods in com.siemens.ct.exi.grammar that throw EXIException | |
---|---|
GrammarSchemaInformed |
XSDGrammarBuilder.build(java.io.InputStream inputStream)
|
GrammarSchemaInformed |
XSDGrammarBuilder.build(java.lang.String xsdLocation)
|
GrammarSchemaInformed |
XSDGrammarBuilder.build(org.apache.xerces.xs.XSModel xsModel)
|
org.apache.xerces.xs.XSModel |
XSDGrammarBuilder.getXSModel(java.io.InputStream inputStream)
|
org.apache.xerces.xs.XSModel |
XSDGrammarBuilder.getXSModel(org.w3c.dom.ls.LSInput ls)
|
org.apache.xerces.xs.XSModel |
XSDGrammarBuilder.getXSModel(java.lang.String xsd)
|
Uses of EXIException in com.siemens.ct.exi.helpers |
---|
Methods in com.siemens.ct.exi.helpers with parameters of type EXIException | |
---|---|
void |
DefaultErrorHandler.error(EXIException exception)
|
void |
DefaultErrorHandler.warning(EXIException exception)
|
|
EXIficient | |||||||||
PREV NEXT | FRAMES NO FRAMES |