com.servingxml.util.xml
Class AbstractReceiverContext
java.lang.Object
com.servingxml.util.xml.AbstractReceiverContext
- All Implemented Interfaces:
- QnameFactory, ReceiverContext
- Direct Known Subclasses:
- ChildReceiverContext, RootReceiverContext
public abstract class AbstractReceiverContext
- extends java.lang.Object
- implements ReceiverContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractReceiverContext
public AbstractReceiverContext(Name elementName,
org.xml.sax.Attributes attributes,
Dictionary<java.lang.String,java.lang.String> prefixMap,
MutableNameTable nameTable)
getCurrentElementSymbol
public int getCurrentElementSymbol()
- Specified by:
getCurrentElementSymbol
in interface ReceiverContext
getCurrentElementAttributes
public org.xml.sax.Attributes getCurrentElementAttributes()
- Specified by:
getCurrentElementAttributes
in interface ReceiverContext
getPrefixMap
public Dictionary<java.lang.String,java.lang.String> getPrefixMap()
- Specified by:
getPrefixMap
in interface ReceiverContext
createName
public Name createName(java.lang.String qname)
- Specified by:
createName
in interface QnameFactory
getSymbol
public int getSymbol(Name name)
- Specified by:
getSymbol
in interface ReceiverContext
getNameTable
public MutableNameTable getNameTable()
- Specified by:
getNameTable
in interface ReceiverContext
getCurrentElementName
public Name getCurrentElementName()
- Specified by:
getCurrentElementName
in interface ReceiverContext
createChildContext
public ReceiverContext createChildContext(Name elementName,
org.xml.sax.Attributes attributes,
Dictionary<java.lang.String,java.lang.String> prefixMap)
- Specified by:
createChildContext
in interface ReceiverContext