|
|||||||||
| Home >> All >> com >> nwalsh >> [ saxon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.nwalsh.saxon
Class UnwrapLinksEmitter.StartElementInfo

java.lang.Objectcom.nwalsh.saxon.UnwrapLinksEmitter.StartElementInfo
- Enclosing class:
- UnwrapLinksEmitter
- private class UnwrapLinksEmitter.StartElementInfo
- extends java.lang.Object
A private class for maintaining the information required to call the startElement method.
In order to close and reopen elements, information about those elements has to be maintained. This class is just the little record that we push on the stack to keep track of that info.
| Field Summary | |
(package private) org.xml.sax.Attributes |
_attributes
|
private int |
_nameCode
|
(package private) int[] |
_namespaces
|
(package private) int |
_nscount
|
| Constructor Summary | |
UnwrapLinksEmitter.StartElementInfo(int nameCode,
org.xml.sax.Attributes attributes,
int[] namespaces,
int nscount)
|
|
| Method Summary | |
org.xml.sax.Attributes |
getAttributes()
|
int |
getNameCode()
|
int[] |
getNamespaces()
|
int |
getNSCount()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_nameCode
private int _nameCode
_attributes
org.xml.sax.Attributes _attributes
_namespaces
int[] _namespaces
_nscount
int _nscount
| Constructor Detail |
UnwrapLinksEmitter.StartElementInfo
public UnwrapLinksEmitter.StartElementInfo(int nameCode,
org.xml.sax.Attributes attributes,
int[] namespaces,
int nscount)
| Method Detail |
getNameCode
public int getNameCode()
getAttributes
public org.xml.sax.Attributes getAttributes()
getNamespaces
public int[] getNamespaces()
getNSCount
public int getNSCount()
|
|||||||||
| Home >> All >> com >> nwalsh >> [ saxon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.nwalsh.saxon.UnwrapLinksEmitter.StartElementInfo