|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLAttrList | |
org.apache.xerces.dom | |
org.apache.xerces.framework | |
org.apache.xerces.parsers |
Uses of XMLAttrList in org.apache.xerces.dom |
Methods in org.apache.xerces.dom with parameters of type XMLAttrList | |
int |
DeferredDocumentImpl.createElement(int elementNameIndex,
XMLAttrList attrList,
int attrListIndex)
Creates an element node in the table. |
int |
DeferredDocumentImpl.createElement(int elementNameIndex,
int elementURIIndex,
XMLAttrList attrList,
int attrListIndex)
Creates an element node with a URI in the table. |
Uses of XMLAttrList in org.apache.xerces.framework |
Methods in org.apache.xerces.framework with parameters of type XMLAttrList | |
void |
XMLDocumentHandler.startElement(QName element,
XMLAttrList attrList,
int attrListHandle)
callback for the start of element. |
Uses of XMLAttrList in org.apache.xerces.parsers |
Methods in org.apache.xerces.parsers with parameters of type XMLAttrList | |
void |
DOMParser.startElement(QName elementQName,
XMLAttrList xmlAttrList,
int attrListIndex)
Start element. |
void |
SAXParser.startElement(QName element,
XMLAttrList attrList,
int attrListIndex)
Start element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |