| net.sf.saxon.tree.ElementWithAttributes net.sf.saxon.style.DataElement
DataElement | public class DataElement extends ElementWithAttributes (Code) | | This element represents a top-level element in a user-defined namespace,
or a child/descendant of such an element. It serves no useful purpose.
|
Methods inherited from net.sf.saxon.tree.ElementWithAttributes | public void copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId) throws XPathException(Code)(Java Doc) public AttributeCollection getAttributeList()(Code)(Java Doc) public String getAttributeValue(int fingerprint)(Code)(Java Doc) public int[] getDeclaredNamespaces(int[] buffer)(Code)(Java Doc) public int[] getInScopeNamespaceCodes()(Code)(Java Doc) public String getPrefixForURI(String uri)(Code)(Java Doc) public short getURICodeForPrefix(String prefix) throws NamespaceException(Code)(Java Doc) public String getURIForPrefix(String prefix, boolean useDefault)(Code)(Java Doc) public void initialise(int nameCode, AttributeCollectionImpl atts, NodeInfo parent, String baseURI, int lineNumber, int sequenceNumber)(Code)(Java Doc) public Iterator iteratePrefixes()(Code)(Java Doc) public void sendNamespaceDeclarations(Receiver out, boolean includeAncestors) throws XPathException(Code)(Java Doc) public void setNamespaceDeclarations(int[] namespaces, int namespacesUsed)(Code)(Java Doc)
|
|
|