public class StartTagBufferEE extends StartTagBuffer
bufferedAttributes, elementLocationId, elementNameCode, elementProperties, elementTypeCode, namespaces, namespacesSize
nextReceiver
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
StartTagBufferEE(Receiver next) |
Modifier and Type | Method and Description |
---|---|
NodeInfo |
createSkeletonElementNode()
Get an element node representing the element whose start tag this is, as required
for implementing conditional type assignment
|
void |
endElement()
End of element
|
void |
gatherInheritedAttributes(AttributeCollectionImpl atts)
Get all inherited attributes
|
boolean |
hasInheritedAttributes()
Ask whether there are any attributes to inherit.
|
void |
notifyInheritableAttribute(NodeName nameCode,
java.lang.String value,
Location location,
int properties)
Notify an inheritable attribute
|
void |
startElement(NodeName nameCode,
SchemaType typeCode,
Location location,
int properties)
Notify the start of an element
|
attribute, declareAllNamespaces, declareNamespacesForStartElement, endDocument, getAllAttributes, getAttribute, getAttribute, getLocalNamespaces, getURIForPrefix, hasAttributeInNamespace, hasAttributes, iteratePrefixes, namespace, setHasChildren, setPipelineConfiguration, startContent, startDocument, undeclareNamespacesForElement
append, characters, close, comment, getNamePool, getUnderlyingReceiver, open, processingInstruction, setSystemId, setUnderlyingReceiver, setUnparsedEntity, usesTypeAnnotations
append, getConfiguration, getPipelineConfiguration, getSystemId, isTrueSequenceReceiver
public StartTagBufferEE(Receiver next)
public void startElement(NodeName nameCode, SchemaType typeCode, Location location, int properties) throws XPathException
startElement
in interface Receiver
startElement
in class StartTagBuffer
nameCode
- integer code identifying the name of the element within the name pool.typeCode
- integer code identifying the element's type within the name pool.location
- properties
- properties of the element nodeXPathException
- if an error occurspublic void endElement() throws XPathException
endElement
in interface Receiver
endElement
in class StartTagBuffer
XPathException
- if an error occurspublic void notifyInheritableAttribute(NodeName nameCode, java.lang.String value, Location location, int properties)
nameCode
- the name of the attributevalue
- the value of the attributepublic void gatherInheritedAttributes(AttributeCollectionImpl atts)
atts
- a collection of attributes; inherited attributes will be added to this collection unless there
is already an attribute in the collection with the same namepublic boolean hasInheritedAttributes()
public NodeInfo createSkeletonElementNode() throws XPathException
XPathException
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.