com.icl.saxon.style
public class StyleNodeFactory extends Object implements NodeFactory
Field Summary | |
---|---|
NamePool | namePool |
StandardNames | sn |
Hashtable | userStyles |
Constructor Summary | |
---|---|
StyleNodeFactory(NamePool pool) |
Method Summary | |
---|---|
StandardNames | getStandardNames() |
boolean | isElementAvailable(String uri, String localName)
Method to support the element-available() function |
ElementImpl | makeElementNode(NodeInfo parent, int nameCode, AttributeCollection attlist, int[] namespaces, int namespacesUsed, Locator locator, int sequence)
Create an Element node. |
Parameters: parent The parent of the element nameCode The element name attlist the attribute list namespaces the list of namespace codes representing namespace declarations for this element namespacesUsed the number of items in the namespaces array that are actually used locator the location of this element in the XML source sequence sequence number of this element