|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GxException | |
---|---|
org.gxml.sa |
Uses of GxException in org.gxml.sa |
---|
Methods in org.gxml.sa that throw GxException | |
---|---|
void |
GxSequenceHandler.atom(A atom)
Receive notification of an atomic value as an item in the sequence. |
void |
GxContentHandler.attribute(S namespaceURI,
S localName,
java.lang.String prefix,
java.util.List<? extends A> data,
SmName<S> type)
Receive notification of an attribute. |
void |
GxContentHandler.attribute(S namespaceURI,
S localName,
java.lang.String prefix,
java.lang.String value)
Receive notification of an attribute with an untyped value (dm:string-value). |
void |
GxContentHandler.comment(java.lang.String value)
Receive notification of a comment information item. |
void |
GxContentHandler.endDocument()
Receive notification of the end of a document. |
void |
GxContentHandler.endElement()
Receive notification of the end of an element. |
void |
GxSequenceHandler.endSequence()
Receive notification of the end of a sequence. |
void |
GxContentHandler.ignorableWhitespace(java.lang.String value)
Receive notification of ignorable whitespace in element content. |
void |
GxContentHandler.namespace(java.lang.String prefix,
S namespaceURI)
Receive notification of an namespace in the style of a lexical attribute. |
void |
GxContentHandler.processingInstruction(java.lang.String target,
java.lang.String data)
Receive notification of a processing instruction. |
void |
GxContentHandler.startDocument(java.net.URI documentURI)
Receive notification of the beginning of a document. |
void |
GxContentHandler.startElement(S namespaceURI,
S localName,
java.lang.String prefix,
SmName<S> type)
Receive notification of the beginning of an element. |
void |
GxSequenceHandler.startSequence()
Receive notification of the start of a sequence. |
void |
GxModel.stream(N node,
boolean copyNamespaces,
boolean copyTypeAnnotations,
GxContentHandler<A,S,T> handler)
Support for streaming a node to a GxContentHandler . |
void |
GxContentHandler.text(java.util.List<? extends A> data)
Receive notification of character data. |
void |
GxContentHandler.text(java.lang.String value)
Receive notification of a text event with an untyped value (dm:string-value). |
java.lang.String |
GxMetaBridge.toString(T type,
GxNamespaceResolver<S> mappings,
S defaultElementAndTypeNamespace)
Computes the String representation of the specified type in SequenceType syntax. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |