Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userStyles
java.util.Hashtable userStyles
namePool
NamePool namePool
sn
StandardNames sn
StyleNodeFactory
public StyleNodeFactory(NamePool pool)
getStandardNames
public StandardNames getStandardNames()
makeElementNode
public ElementImpl makeElementNode(NodeInfo parent,
int nameCode,
AttributeCollection attlist,
int[] namespaces,
int namespacesUsed,
org.xml.sax.Locator locator,
int sequence)
- Create an Element node. Note, if there is an error detected while constructing
the Element, we add the element anyway, and return success, but flag the element
with a validation error. In principle this should allow us to report more than
one error from a single compilation.
- Specified by:
makeElementNode
in interface NodeFactory
- Parameters:
tag
- The element nameattlist
- the attribute list
isElementAvailable
public boolean isElementAvailable(java.lang.String uri,
java.lang.String localName)
- Method to support the element-available() function