|
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. |
com.siemens.ct.exi.types | EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. |
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 attribute |
void |
EXIDecoder.decodeAttribute()
Parses attribute |
void |
EXIDecoder.decodeAttribute()
Parses attribute |
void |
EXIDecoder.decodeAttributeAnyInvalidValue()
Parses expected attribute with schema-invalid value (NO qname given) |
void |
EXIDecoder.decodeAttributeAnyInvalidValue()
Parses expected attribute with schema-invalid value (NO qname given) |
void |
EXIDecoder.decodeAttributeAnyInvalidValue()
Parses expected attribute with schema-invalid value (NO qname given) |
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 (qname given) |
void |
EXIDecoder.decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value (qname given) |
void |
EXIDecoder.decodeAttributeInvalidValue()
Parses expected attribute with schema-invalid value (qname given) |
void |
EXIDecoder.decodeAttributeNS()
Parses expected attribute with given namespaceURI |
void |
EXIDecoder.decodeAttributeNS()
Parses expected attribute with given namespaceURI |
void |
EXIDecoder.decodeAttributeNS()
Parses expected attribute with given namespaceURI |
void |
EXIDecoder.decodeAttributeXsiNil()
Parses xsi:nil attribute |
void |
EXIDecoder.decodeAttributeXsiNil()
Parses xsi:nil attribute |
void |
EXIDecoder.decodeAttributeXsiNil()
Parses xsi:nil attribute |
void |
EXIDecoder.decodeAttributeXsiType()
Parses xsi:type attribute |
void |
EXIDecoder.decodeAttributeXsiType()
Parses xsi:type attribute |
void |
EXIDecoder.decodeAttributeXsiType()
Parses xsi:type attribute |
void |
EXIDecoder.decodeCharacters()
Decodes characters |
void |
EXIDecoder.decodeCharacters()
Decodes characters |
void |
EXIDecoder.decodeCharacters()
Decodes 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.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.decodeStartElementNS()
Reads start element where only the URI is known. |
void |
EXIDecoder.decodeStartElementNS()
Reads start element where only the URI is known. |
void |
EXIDecoder.decodeStartElementNS()
Reads start element where only the URI is known. |
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 |
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.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. |
void |
EXIEncoder.encodeXsiNil(java.lang.String val,
java.lang.String pfx)
Supplies an xsi:nil attribute. |
void |
EXIEncoder.encodeXsiNil(java.lang.String val,
java.lang.String pfx)
Supplies an xsi:nil attribute. |
void |
EXIEncoder.encodeXsiNil(java.lang.String val,
java.lang.String pfx)
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. |
boolean |
EXIDecoder.hasNext()
Reports whether an additional EXI event is available. |
boolean |
EXIDecoder.hasNext()
Reports whether an additional EXI event is available. |
boolean |
EXIDecoder.hasNext()
Reports whether an additional EXI event is available. |
EventType |
EXIDecoder.next()
Reports the next available EXI event-type |
EventType |
EXIDecoder.next()
Reports the next available EXI event-type |
EventType |
EXIDecoder.next()
Reports the next available EXI event-type |
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 |
EXIDecoderInOrderSC.decodeAttribute()
|
void |
EXIDecoderInOrder.decodeAttribute()
|
void |
EXIDecoderReordered.decodeAttributeAnyInvalidValue()
|
void |
EXIDecoderInOrderSC.decodeAttributeAnyInvalidValue()
|
void |
EXIDecoderInOrder.decodeAttributeAnyInvalidValue()
|
void |
EXIDecoderReordered.decodeAttributeGeneric()
|
void |
EXIDecoderInOrderSC.decodeAttributeGeneric()
|
void |
EXIDecoderInOrder.decodeAttributeGeneric()
|
void |
EXIDecoderReordered.decodeAttributeGenericUndeclared()
|
void |
EXIDecoderInOrderSC.decodeAttributeGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeAttributeGenericUndeclared()
|
void |
EXIDecoderReordered.decodeAttributeInvalidValue()
|
void |
EXIDecoderInOrderSC.decodeAttributeInvalidValue()
|
void |
EXIDecoderInOrder.decodeAttributeInvalidValue()
|
void |
EXIDecoderReordered.decodeAttributeNS()
|
void |
EXIDecoderInOrderSC.decodeAttributeNS()
|
void |
EXIDecoderInOrder.decodeAttributeNS()
|
void |
EXIDecoderReordered.decodeAttributeXsiNil()
|
void |
EXIDecoderInOrderSC.decodeAttributeXsiNil()
|
void |
EXIDecoderInOrder.decodeAttributeXsiNil()
|
void |
EXIDecoderReordered.decodeAttributeXsiType()
|
void |
EXIDecoderInOrderSC.decodeAttributeXsiType()
|
void |
EXIDecoderInOrder.decodeAttributeXsiType()
|
void |
EXIDecoderReordered.decodeCharacters()
|
void |
EXIDecoderInOrderSC.decodeCharacters()
|
void |
EXIDecoderInOrder.decodeCharacters()
|
void |
EXIDecoderReordered.decodeCharactersGeneric()
|
void |
EXIDecoderInOrderSC.decodeCharactersGeneric()
|
void |
EXIDecoderInOrder.decodeCharactersGeneric()
|
void |
EXIDecoderReordered.decodeCharactersGenericUndeclared()
|
void |
EXIDecoderInOrderSC.decodeCharactersGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeCharactersGenericUndeclared()
|
void |
EXIDecoderReordered.decodeComment()
|
void |
EXIDecoderInOrderSC.decodeComment()
|
void |
EXIDecoderInOrder.decodeComment()
|
void |
EXIDecoderReordered.decodeDocType()
|
void |
EXIDecoderInOrderSC.decodeDocType()
|
void |
EXIDecoderInOrder.decodeDocType()
|
void |
EXIDecoderReordered.decodeEndDocument()
|
void |
EXIDecoderInOrderSC.decodeEndDocument()
|
void |
EXIDecoderInOrder.decodeEndDocument()
|
void |
EXIDecoderReordered.decodeEndElement()
|
void |
EXIDecoderInOrderSC.decodeEndElement()
|
void |
EXIDecoderInOrder.decodeEndElement()
|
void |
EXIDecoderReordered.decodeEndElementUndeclared()
|
void |
EXIDecoderInOrderSC.decodeEndElementUndeclared()
|
void |
EXIDecoderInOrder.decodeEndElementUndeclared()
|
void |
EXIDecoderReordered.decodeEntityReference()
|
void |
EXIDecoderInOrderSC.decodeEntityReference()
|
void |
EXIDecoderInOrder.decodeEntityReference()
|
void |
EXIDecoderReordered.decodeNamespaceDeclaration()
|
void |
EXIDecoderInOrderSC.decodeNamespaceDeclaration()
|
void |
EXIDecoderInOrder.decodeNamespaceDeclaration()
|
void |
EXIDecoderReordered.decodeProcessingInstruction()
|
void |
EXIDecoderInOrderSC.decodeProcessingInstruction()
|
void |
EXIDecoderInOrder.decodeProcessingInstruction()
|
void |
EXIDecoderInOrderSC.decodeStartDocument()
|
void |
EXIDecoderInOrder.decodeStartDocument()
|
void |
EXIDecoderInOrderSC.decodeStartElement()
|
void |
EXIDecoderInOrder.decodeStartElement()
|
void |
EXIDecoderInOrderSC.decodeStartElementGeneric()
|
void |
EXIDecoderInOrder.decodeStartElementGeneric()
|
void |
EXIDecoderInOrderSC.decodeStartElementGenericUndeclared()
|
void |
EXIDecoderInOrder.decodeStartElementGenericUndeclared()
|
void |
EXIDecoderInOrderSC.decodeStartElementNS()
|
void |
EXIDecoderInOrder.decodeStartElementNS()
|
void |
EXIDecoderInOrderSC.decodeStartFragmentSelfContained()
|
void |
AbstractEXIDecoder.decodeStartFragmentSelfContained()
|
void |
EXIEncoderInOrderSC.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
|
void |
AbstractEXIEncoder.encodeAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value)
|
void |
EXIEncoderInOrderSC.encodeCharacters(java.lang.String chars)
|
void |
AbstractEXIEncoder.encodeCharacters(java.lang.String chars)
|
void |
EXIEncoderInOrderSC.encodeComment(char[] ch,
int start,
int length)
|
void |
AbstractEXIEncoder.encodeComment(char[] ch,
int start,
int length)
|
void |
EXIEncoderInOrderSC.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
|
void |
AbstractEXIEncoder.encodeDocType(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID,
java.lang.String text)
|
void |
EXIEncoderInOrderSC.encodeEndDocument()
|
void |
AbstractEXIEncoder.encodeEndDocument()
|
void |
EXIEncoderInOrderSC.encodeEndElement()
|
void |
AbstractEXIEncoder.encodeEndElement()
|
void |
EXIEncoderInOrderSC.encodeEntityReference(java.lang.String name)
|
void |
AbstractEXIEncoder.encodeEntityReference(java.lang.String name)
|
void |
EXIEncoderInOrderSC.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
|
void |
AbstractEXIEncoder.encodeNamespaceDeclaration(java.lang.String uri,
java.lang.String prefix)
|
void |
EXIEncoderInOrderSC.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
|
void |
AbstractEXIEncoder.encodeProcessingInstruction(java.lang.String target,
java.lang.String data)
|
void |
EXIEncoderInOrderSC.encodeStartDocument()
|
void |
AbstractEXIEncoder.encodeStartDocument()
|
void |
EXIEncoderInOrderSC.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
|
void |
AbstractEXIEncoder.encodeStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix)
|
void |
EXIEncoderInOrderSC.encodeXsiNil(java.lang.String value,
java.lang.String pfx)
|
void |
AbstractEXIEncoder.encodeXsiNil(java.lang.String value,
java.lang.String pfx)
|
void |
EXIEncoderInOrderSC.encodeXsiType(java.lang.String xsiTypeRaw)
|
void |
AbstractEXIEncoder.encodeXsiType(java.lang.String raw)
|
boolean |
EXIDecoderInOrderSC.hasNext()
|
boolean |
EXIDecoderInOrder.hasNext()
|
EventType |
EXIDecoderReordered.next()
|
EventType |
EXIDecoderInOrderSC.next()
|
EventType |
EXIDecoderInOrder.next()
|
static void |
EXIHeader.parse(BitDecoderChannel headerChannel)
|
void |
EXIDecoderReordered.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIDecoderInOrderSC.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIDecoderInOrder.setInputStream(java.io.InputStream is,
boolean exiBodyOnly)
|
void |
EXIEncoderReordered.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
void |
EXIEncoderInOrderSC.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
void |
EXIEncoderInOrder.setOutput(java.io.OutputStream os,
boolean exiBodyOnly)
|
void |
AbstractEXIEncoder.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 | |
---|---|
SchemaInformedGrammar |
XSDGrammarBuilder.toGrammar()
|
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)
|
Uses of EXIException in com.siemens.ct.exi.types |
---|
Methods in com.siemens.ct.exi.types that throw EXIException | |
---|---|
static Datatype |
BuiltIn.getDatatype(org.apache.xerces.xs.XSSimpleTypeDefinition std)
|
|
EXIficient | |||||||||
PREV NEXT | FRAMES NO FRAMES |