| java.lang.Object com.jclark.xml.tok.Token com.jclark.xml.tok.ContentToken com.jclark.xml.parse.EntityParser
EntityParser | class EntityParser extends ContentToken implements StartElementEvent,EndElementEvent,CharacterDataEvent,ProcessingInstructionEvent,EndPrologEvent,CommentEvent,StartCdataSectionEvent,EndCdataSectionEvent,StartEntityReferenceEvent,EndEntityReferenceEvent,ParseLocation(Code) | | Parses a single entity.
version: $Revision: 1.31 $ $Date: 1998/12/28 08:12:30 $ |
copyChars | public int copyChars(char[] cbuf, int off)(Code) | | |
getAttributeCount | final public int getAttributeCount()(Code) | | |
getAttributeName | final public String getAttributeName(int i)(Code) | | |
getAttributeUnnormalizedValue | final public String getAttributeUnnormalizedValue(int i)(Code) | | |
getAttributeValue | final public String getAttributeValue(int i)(Code) | | |
getByteIndex | public long getByteIndex()(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | |
getEntityBase | public URL getEntityBase()(Code) | | |
getIdAttributeIndex | final public int getIdAttributeIndex()(Code) | | |
getLength | public int getLength()(Code) | | |
getLengthMax | public int getLengthMax()(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | |
isReference | public boolean isReference()(Code) | | |
|
|