|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Low level content handler for XML documents.
Method Summary | |
void |
endDocument(org.xml.sax.InputSource anInputSource,
INamespaceContext aNamespaceContext)
Signals the end of a document. |
void |
endElement(QualifiedName aQName,
java.util.Map anAttributes,
int aLine,
int aColumn,
org.xml.sax.InputSource anInputSource,
INamespaceContext aNamespaceContext)
Signals the end of an element. |
void |
endXInclude()
Signals the end of an XInclude. |
void |
startDocument(org.xml.sax.InputSource anInputSource,
INamespaceContext aNamespaceContext)
Signals the start of a document. |
void |
startElement(QualifiedName aQName,
java.util.Map anAttributes,
int aLine,
int aColumn,
org.xml.sax.InputSource anInputSource,
INamespaceContext aNamespaceContext)
Signals the start of an element. |
void |
startXInclude(java.lang.String aParseMethod,
java.net.URL aUrl,
java.lang.String aFragementId)
Signals that an XInclude started. |
void |
text(java.lang.String aString,
int aLine,
int aColumn,
org.xml.sax.InputSource anInputSource,
INamespaceContext aNamespaceContext)
Signals text. |
Method Detail |
public void startDocument(org.xml.sax.InputSource anInputSource, INamespaceContext aNamespaceContext) throws java.lang.Exception
anInputSource
- (required).aNamespaceContext
- (required).
java.lang.Exception
public void endDocument(org.xml.sax.InputSource anInputSource, INamespaceContext aNamespaceContext) throws java.lang.Exception
anInputSource
- (required).aNamespaceContext
- (required).
java.lang.Exception
public void startElement(QualifiedName aQName, java.util.Map anAttributes, int aLine, int aColumn, org.xml.sax.InputSource anInputSource, INamespaceContext aNamespaceContext) throws java.lang.Exception
aQName
- (required). The name of the element.anAttributes
- (required). Maps IQName
s to
AttributeData
.aLine
- The current line.aColumn
- The current column.anInputSource
- (required).aNamespaceContext
- (required).
java.lang.Exception
public void endElement(QualifiedName aQName, java.util.Map anAttributes, int aLine, int aColumn, org.xml.sax.InputSource anInputSource, INamespaceContext aNamespaceContext) throws java.lang.Exception
aQName
- (required). The name of the element.anAttributes
- (required). Maps IQName
s to
AttributeData
.aLine
- The current line.aColumn
- The current column.anInputSource
- (required).aNamespaceContext
- (required).
java.lang.Exception
public void text(java.lang.String aString, int aLine, int aColumn, org.xml.sax.InputSource anInputSource, INamespaceContext aNamespaceContext) throws java.lang.Exception
aString
- (required).aLine
- The current line.aColumn
- The current column.anInputSource
- (required).aNamespaceContext
- (required).
java.lang.Exception
public void startXInclude(java.lang.String aParseMethod, java.net.URL aUrl, java.lang.String aFragementId)
aParseMethod
- (required). There are 3 possible values:
aUrl
- (required). The resource that is included or that could
not be accessed (in case that the parse method is "fallback"). A content handler
may use this URL for example to generate xml:base attributes for included
elements.public void endXInclude()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |