net.sf.saxon.style
public class StyleNodeFactory extends Object implements NodeFactory
| Field Summary | |
|---|---|
| boolean | allowExtensions |
| Configuration | config |
| NamePool | namePool |
| IntHashMap | userStyles |
| Constructor Summary | |
|---|---|
| StyleNodeFactory(Configuration config) | |
| Method Summary | |
|---|---|
| boolean | isElementAvailable(String uri, String localName)
Method to support the element-available() function |
| ElementImpl | makeElementNode(NodeInfo parent, int nameCode, AttributeCollectionImpl attlist, int[] namespaces, int namespacesUsed, LocationProvider locator, int locationId, int sequence)
Create an Element node. |
Parameters: nameCode The element name attlist the attribute list