Package | Description |
---|---|
com.sun.xml.txw2 |
TXW runtime.
|
Modifier and Type | Field and Description |
---|---|
private NamespaceDecl |
Document.activeNamespaces
Remembers the namespace declarations of the last unclosed start tag,
so that we can fix up dummy prefixes in
Pcdata . |
private NamespaceDecl |
StartTag.firstNs
Explicitly given namespace declarations on this element.
|
private NamespaceDecl |
StartTag.lastNs |
(package private) NamespaceDecl |
NamespaceDecl.next
Namespace declarations form a linked list.
|
Modifier and Type | Method and Description |
---|---|
NamespaceDecl |
StartTag.addNamespaceDecl(java.lang.String uri,
java.lang.String prefix,
boolean requirePrefix)
Declares a new namespace URI on this tag.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentVisitor.onStartTag(java.lang.String nsUri,
java.lang.String localName,
Attribute attributes,
NamespaceDecl namespaces) |