Modifier and Type | Class and Description |
---|---|
protected class |
DOMNormalizer.XMLAttributesProxy |
Modifier and Type | Method and Description |
---|---|
void |
DOMNormalizer.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
DOMNormalizer.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNamespaceBinder.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
protected void |
XMLNamespaceBinder.handleStartElement(QName element,
XMLAttributes attributes,
Augmentations augs,
boolean isEmpty)
Handles start element.
|
protected void |
XMLDocumentFragmentScannerImpl.scanAttribute(XMLAttributes attributes)
Scans an attribute.
|
void |
XMLNamespaceBinder.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Binds the namespaces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLDTDValidator.addDTDDefaultAttrsAndValidate(QName elementName,
int elementIndex,
XMLAttributes attributes)
Add default attributes and validate.
|
void |
XMLDTDValidator.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
protected boolean |
XMLDTDValidator.handleStartElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Handle element
|
void |
XMLDTDValidator.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
protected void |
XMLNSDTDValidator.startNamespaceScope(QName element,
XMLAttributes attributes,
Augmentations augs)
Bind namespaces
|
protected void |
XMLDTDValidator.startNamespaceScope(QName element,
XMLAttributes attributes,
Augmentations augs) |
protected void |
XML11NSDTDValidator.startNamespaceScope(QName element,
XMLAttributes attributes,
Augmentations augs)
Bind namespaces
|
Modifier and Type | Field and Description |
---|---|
protected XMLAttributes |
XSDDescription.fAttributes |
Modifier and Type | Method and Description |
---|---|
XMLAttributes |
XSDDescription.getAttributes()
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns all attribute of such element (or enclosing element).
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XSDDescription.setAttributes(XMLAttributes attributes) |
void |
XMLSchemaValidator.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathMatcher.startElement(QName element,
XMLAttributes attributes)
The start of an element.
|
void |
Selector.Matcher.startElement(QName element,
XMLAttributes attributes)
The start of an element.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaDOMParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
DefaultXMLDocumentHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
ElementImpl |
SchemaDOM.emptyElement(QName element,
XMLAttributes attributes,
int line,
int column) |
ElementImpl |
SchemaDOM.emptyElement(QName element,
XMLAttributes attributes,
int line,
int column,
int offset) |
void |
SchemaDOMParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
DefaultXMLDocumentHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
ElementImpl |
SchemaDOM.startElement(QName element,
XMLAttributes attributes,
int line,
int column) |
ElementImpl |
SchemaDOM.startElement(QName element,
XMLAttributes attributes,
int line,
int column,
int offset) |
Modifier and Type | Field and Description |
---|---|
protected XMLAttributes |
AbstractSAXParser.AttributesProxy.fAttributes
XML attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLDocumentParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractDOMParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractSAXParser.AttributesProxy.setAttributes(XMLAttributes attributes)
Sets the XML attributes.
|
void |
DOMParserImpl.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
AbstractXMLDocumentParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
AbstractSAXParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
AbstractDOMParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLAttributesImpl
The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
|
Modifier and Type | Method and Description |
---|---|
XMLAttributes |
AttributesProxy.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AttributesProxy.setAttributes(XMLAttributes attributes)
Sets the XML attributes to be wrapped.
|
Constructor and Description |
---|
AttributesProxy(XMLAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
protected XMLAttributes |
XIncludeHandler.processAttributes(XMLAttributes attributes)
Processes the XMLAttributes object of startElement() calls.
|
Modifier and Type | Method and Description |
---|---|
void |
XIncludeHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs) |
protected boolean |
XIncludeHandler.handleIncludeElement(XMLAttributes attributes) |
protected XMLAttributes |
XIncludeHandler.processAttributes(XMLAttributes attributes)
Processes the XMLAttributes object of startElement() calls.
|
protected void |
XIncludeHandler.processXMLBaseAttributes(XMLAttributes attributes)
Search for a xml:base attribute, and if one is found, put the new base URI into
effect.
|
protected void |
XIncludeHandler.processXMLLangAttributes(XMLAttributes attributes)
Search for a xml:lang attribute, and if one is found, put the new
[language] into effect.
|
void |
XIncludeHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs) |
Modifier and Type | Method and Description |
---|---|
void |
XMLDocumentHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XMLDocumentFragmentHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augmentations)
An empty element.
|
void |
XMLDocumentHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
XMLDocumentFragmentHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augmentations)
The start of an element.
|
Modifier and Type | Method and Description |
---|---|
XMLAttributes |
XMLSchemaDescription.getAttributes()
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns all attributes of such an element (or enclosing element).
|
Modifier and Type | Method and Description |
---|---|
void |
XPointerHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
boolean |
XPointerProcessor.resolveXPointer(QName element,
XMLAttributes attributes,
Augmentations augs,
int event)
Evaluates an XML resource with respect to an XPointer expressions
by checking if it's element and attributes parameters match the
criteria specified in the xpointer expression.
|
boolean |
XPointerPart.resolveXPointer(QName element,
XMLAttributes attributes,
Augmentations augs,
int event)
Evaluates an XML resource with respect to an XPointer expressions
by checking if it's element and attributes parameters match the
criteria specified in the xpointer expression.
|
boolean |
XPointerHandler.resolveXPointer(QName element,
XMLAttributes attributes,
Augmentations augs,
int event) |
void |
XPointerHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.