Modifier and Type | Method and Description |
---|---|
void |
DOMNormalizer.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
DOMNormalizer.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DOMNormalizer.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
DOMNormalizer.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
DOMNormalizer.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
DOMNormalizer.endDocument(Augmentations augs)
The end of the document.
|
void |
DOMNormalizer.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
DOMNormalizer.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
DOMNormalizer.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
DOMConfigurationImpl.parse(XMLInputSource inputSource)
Parse an XML document.
|
void |
DOMNormalizer.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
protected void |
DOMConfigurationImpl.reset()
reset all components before parsing
|
void |
DOMConfigurationImpl.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
DOMNormalizer.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
DOMNormalizer.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
DOMNormalizer.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
DOMNormalizer.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
DOMNormalizer.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
DOMNormalizer.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNamespaceBinder.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
XMLNamespaceBinder.comment(XMLString text,
Augmentations augs)
A comment.
|
boolean |
XMLDocumentScannerImpl.XMLDeclDispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
boolean |
XMLDocumentScannerImpl.PrologDispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
boolean |
XMLDocumentScannerImpl.DTDDispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
boolean |
XMLDocumentScannerImpl.TrailingMiscDispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
boolean |
XMLDocumentFragmentScannerImpl.Dispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
boolean |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.dispatch(boolean complete)
Dispatch an XML "event".
|
void |
XMLNamespaceBinder.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
protected boolean |
XMLDocumentScannerImpl.ContentDispatcher.elementDepthIsZeroHook()
Element depth iz zero.
|
protected boolean |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.elementDepthIsZeroHook()
Element depth iz zero.
|
void |
XMLNamespaceBinder.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XMLNamespaceBinder.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
XMLNamespaceBinder.endDocument(Augmentations augs)
The end of the document.
|
void |
XMLNamespaceBinder.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
XMLScanner.endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLEntityHandler.endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLDocumentScannerImpl.endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLDocumentFragmentScannerImpl.endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLDTDScannerImpl.endEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLNamespaceBinder.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
protected void |
XMLDocumentScannerImpl.ContentDispatcher.endOfFileHook(EOFException e)
End of file hook.
|
protected void |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.endOfFileHook(EOFException e)
End of file hook.
|
XMLInputSource |
ExternalSubsetResolver.getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly
provide one.
|
protected void |
XMLNamespaceBinder.handleEndElement(QName element,
Augmentations augs,
boolean isEmpty)
Handles end element.
|
protected int |
XMLDocumentFragmentScannerImpl.handleEndElement(QName element,
boolean isEmpty)
Handles the end element.
|
protected void |
XMLNamespaceBinder.handleStartElement(QName element,
XMLAttributes attributes,
Augmentations augs,
boolean isEmpty)
Handles start element.
|
void |
XMLNamespaceBinder.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
XMLNamespaceBinder.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
String |
XMLErrorReporter.reportError(String domain,
String key,
Object[] arguments,
short severity)
Reports an error.
|
String |
XMLErrorReporter.reportError(String domain,
String key,
Object[] arguments,
short severity,
Exception exception)
Reports an error.
|
String |
XMLErrorReporter.reportError(XMLLocator location,
String domain,
String key,
Object[] arguments,
short severity)
Reports an error at a specific location.
|
String |
XMLErrorReporter.reportError(XMLLocator location,
String domain,
String key,
Object[] arguments,
short severity,
Exception exception)
Reports an error at a specific location.
|
protected void |
XMLScanner.reportFatalError(String msgId,
Object[] args)
Convenience function used in all XML scanners.
|
void |
XMLNamespaceBinder.reset(XMLComponentManager componentManager)
Resets the component.
|
void |
XMLErrorReporter.reset(XMLComponentManager componentManager)
Resets the component.
|
XMLInputSource |
XMLEntityManager.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves the specified public and system identifiers.
|
protected void |
XMLDocumentScannerImpl.ContentDispatcher.resolveExternalSubsetAndRead()
Attempt to locate an external subset for a document that does not otherwise
have one.
|
protected String |
XMLDTDScannerImpl.scanAttDefaultDecl(String elName,
String atName,
String type,
XMLString defaultVal,
XMLString nonNormalizedDefaultVal)
Scans an attribute default declaration
|
protected void |
XMLDTDScannerImpl.scanAttlistDecl()
Scans an attlist declaration
|
protected void |
XMLDocumentFragmentScannerImpl.scanAttribute(XMLAttributes attributes)
Scans an attribute.
|
protected void |
XMLNSDocumentScannerImpl.scanAttribute(XMLAttributesImpl attributes)
Scans an attribute.
|
protected void |
XML11NSDocumentScannerImpl.scanAttribute(XMLAttributesImpl attributes)
Scans an attribute.
|
protected boolean |
XMLScanner.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
boolean checkEntities,
String eleName)
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
|
protected boolean |
XML11DocumentScannerImpl.scanAttributeValue(XMLString value,
XMLString nonNormalizedValue,
String atName,
boolean checkEntities,
String eleName)
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
|
protected boolean |
XMLDocumentFragmentScannerImpl.scanCDATASection(boolean complete)
Scans a CDATA section.
|
protected void |
XMLDocumentFragmentScannerImpl.scanCharReference()
Scans a character reference.
|
protected int |
XMLScanner.scanCharReferenceValue(XMLStringBuffer buf,
XMLStringBuffer buf2)
Scans a character reference and append the corresponding chars to the
specified buffer.
|
protected void |
XMLDocumentFragmentScannerImpl.scanComment()
Scans a comment.
|
protected void |
XMLDTDScannerImpl.scanComment()
Scans a comment.
|
protected void |
XMLScanner.scanComment(XMLStringBuffer text)
Scans a comment.
|
protected int |
XMLDocumentFragmentScannerImpl.scanContent()
Scans element content.
|
protected int |
XML11DocumentScannerImpl.scanContent()
Scans element content.
|
protected boolean |
XMLDTDScannerImpl.scanDecls(boolean complete)
Dispatch an XML "event".
|
protected boolean |
XMLDocumentScannerImpl.scanDoctypeDecl()
Scans a doctype declaration.
|
boolean |
XMLDocumentFragmentScannerImpl.scanDocument(boolean complete)
Scans a document.
|
boolean |
XMLDTDScannerImpl.scanDTDExternalSubset(boolean complete)
Scans the external subset of the document.
|
boolean |
XMLDTDScannerImpl.scanDTDInternalSubset(boolean complete,
boolean standalone,
boolean hasExternalSubset)
Scans the internal subset of the document.
|
protected void |
XMLDTDScannerImpl.scanElementDecl()
Scans an element declaration
|
protected int |
XMLNSDocumentScannerImpl.scanEndElement()
Scans an end element.
|
protected int |
XMLDocumentFragmentScannerImpl.scanEndElement()
Scans an end element.
|
protected int |
XML11NSDocumentScannerImpl.scanEndElement()
Scans an end element.
|
protected void |
XMLDocumentFragmentScannerImpl.scanEntityReference()
Scans an entity reference.
|
protected void |
XMLDTDScannerImpl.scanEntityValue(XMLString value,
XMLString nonNormalizedValue)
Scans an entity value.
|
protected void |
XMLScanner.scanExternalID(String[] identifiers,
boolean optionalSystemId)
Scans External ID and return the public and system IDs.
|
protected boolean |
XMLDocumentScannerImpl.ContentDispatcher.scanForDoctypeHook()
Scan for DOCTYPE hook.
|
protected boolean |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.scanForDoctypeHook()
Scan for DOCTYPE hook.
|
protected void |
XMLScanner.scanPI()
Scans a processing instruction.
|
protected void |
XMLScanner.scanPIData(String target,
XMLString data)
Scans a processing data.
|
protected void |
XMLDocumentFragmentScannerImpl.scanPIData(String target,
XMLString data)
Scans a processing data.
|
protected void |
XMLDTDScannerImpl.scanPIData(String target,
XMLString data)
Scans a processing data.
|
String |
XMLScanner.scanPseudoAttribute(boolean scanningTextDecl,
XMLString value)
Scans a pseudo attribute.
|
protected boolean |
XMLScanner.scanPubidLiteral(XMLString literal)
Scans public ID literal.
|
protected boolean |
XML11DocumentScannerImpl.scanPubidLiteral(XMLString literal)
Scans public ID literal.
|
protected boolean |
XML11DTDScannerImpl.scanPubidLiteral(XMLString literal)
Scans public ID literal.
|
protected boolean |
XMLNSDocumentScannerImpl.NSContentDispatcher.scanRootElementHook()
Scan for root element hook.
|
protected boolean |
XMLDocumentScannerImpl.ContentDispatcher.scanRootElementHook()
Scan for root element hook.
|
protected boolean |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher.scanRootElementHook()
Scan for root element hook.
|
protected boolean |
XML11NSDocumentScannerImpl.NS11ContentDispatcher.scanRootElementHook()
Scan for root element hook.
|
protected boolean |
XMLNSDocumentScannerImpl.scanStartElement()
Scans a start element.
|
protected boolean |
XMLDocumentFragmentScannerImpl.scanStartElement()
Scans a start element.
|
protected boolean |
XML11NSDocumentScannerImpl.scanStartElement()
Scans a start element.
|
protected boolean |
XMLNSDocumentScannerImpl.scanStartElementAfterName()
Scans the remainder of a start or empty tag after the element name.
|
protected boolean |
XMLDocumentFragmentScannerImpl.scanStartElementAfterName()
Scans the remainder of a start or empty tag after the element name.
|
protected boolean |
XML11NSDocumentScannerImpl.scanStartElementAfterName()
Scans the remainder of a start or empty tag after the element name.
|
protected void |
XMLNSDocumentScannerImpl.scanStartElementName()
Scans the name of an element in a start or empty tag.
|
protected void |
XMLDocumentFragmentScannerImpl.scanStartElementName()
Scans the name of an element in a start or empty tag.
|
protected void |
XML11NSDocumentScannerImpl.scanStartElementName()
Scans the name of an element in a start or empty tag.
|
protected boolean |
XMLScanner.scanSurrogates(XMLStringBuffer buf)
Scans surrogates and append them to the specified buffer.
|
protected boolean |
XMLDTDScannerImpl.scanTextDecl()
Dispatch an XML "event".
|
protected void |
XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(boolean scanningTextDecl)
Scans an XML or text declaration.
|
protected void |
XMLScanner.scanXMLDeclOrTextDecl(boolean scanningTextDecl,
String[] pseudoAttributeValues)
Scans an XML or text declaration.
|
String |
XMLEntityManager.setupCurrentEntity(String name,
XMLInputSource xmlInputSource,
boolean literal,
boolean isExternal)
This method uses the passed-in XMLInputSource to make
fCurrentEntity usable for reading.
|
void |
XMLNamespaceBinder.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
XMLNamespaceBinder.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
XMLEntityManager.startDocumentEntity(XMLInputSource xmlInputSource)
Starts the document entity.
|
void |
XMLEntityManager.startDTDEntity(XMLInputSource xmlInputSource)
Starts the DTD entity.
|
void |
XMLNamespaceBinder.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Binds the namespaces.
|
void |
XMLEntityManager.startEntity(String entityName,
boolean literal)
Starts a named entity.
|
void |
XMLEntityManager.startEntity(String name,
XMLInputSource xmlInputSource,
boolean literal,
boolean isExternal)
Starts an entity.
|
void |
XMLScanner.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLEntityHandler.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDocumentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDocumentFragmentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDTDScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLNamespaceBinder.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
protected void |
XMLDTDScannerImpl.startPE(String name,
boolean literal)
start a parameter entity dealing with the textdecl if there is any
|
void |
XMLNamespaceBinder.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLNamespaceBinder.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLDTDValidator.addDTDDefaultAttrsAndValidate(QName elementName,
int elementIndex,
XMLAttributes attributes)
Add default attributes and validate.
|
void |
XMLDTDProcessor.any(Augmentations augs)
A content model of ANY.
|
void |
DTDGrammar.any(Augmentations augs)
A content model of ANY.
|
void |
XMLDTDProcessor.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
DTDGrammar.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
XMLDTDValidator.characters(XMLString text,
Augmentations augs)
Character content.
|
protected static void |
XMLDTDProcessor.checkStandaloneEntityRef(String name,
DTDGrammar grammar,
XMLEntityDecl tempEntityDecl,
XMLErrorReporter errorReporter)
Check standalone entity reference.
|
void |
XMLDTDValidator.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDTDProcessor.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DTDGrammar.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDTDValidator.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
XMLDTDProcessor.element(String elementName,
Augmentations augs)
A referenced element in a mixed or children content model.
|
void |
DTDGrammar.element(String elementName,
Augmentations augs)
A referenced element in a mixed or children content model.
|
void |
XMLDTDProcessor.elementDecl(String name,
String contentModel,
Augmentations augs)
An element declaration.
|
void |
DTDGrammar.elementDecl(String name,
String contentModel,
Augmentations augs)
An element declaration.
|
void |
XMLDTDProcessor.empty(Augmentations augs)
A content model of EMPTY.
|
void |
DTDGrammar.empty(Augmentations augs)
A content model of EMPTY.
|
void |
XMLDTDValidator.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XMLDTDProcessor.endAttlist(Augmentations augs)
The end of an attribute list.
|
void |
DTDGrammar.endAttlist(Augmentations augs)
The end of an attribute list.
|
void |
XMLDTDValidator.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
XMLDTDProcessor.endConditional(Augmentations augs)
The end of a conditional section.
|
void |
DTDGrammar.endConditional(Augmentations augs)
The end of a conditional section.
|
void |
XMLDTDProcessor.endContentModel(Augmentations augs)
The end of a content model.
|
void |
DTDGrammar.endContentModel(Augmentations augs)
The end of a content model.
|
void |
XMLDTDValidator.endDocument(Augmentations augs)
The end of the document.
|
void |
XMLDTDProcessor.endDTD(Augmentations augs)
The end of the DTD.
|
void |
DTDGrammar.endDTD(Augmentations augs)
The end of the DTD.
|
void |
XMLDTDValidator.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
XMLDTDProcessor.endExternalSubset(Augmentations augs)
The end of the DTD external subset.
|
void |
DTDGrammar.endExternalSubset(Augmentations augs)
The end of the DTD external subset.
|
void |
XMLDTDValidator.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
XMLDTDProcessor.endGroup(Augmentations augs)
The end of a group for mixed or children content models.
|
void |
DTDGrammar.endGroup(Augmentations augs)
The end of a group for mixed or children content models.
|
protected void |
XMLNSDTDValidator.endNamespaceScope(QName element,
Augmentations augs,
boolean isEmpty)
Handles end element.
|
protected void |
XML11NSDTDValidator.endNamespaceScope(QName element,
Augmentations augs,
boolean isEmpty)
Handles end element.
|
void |
XMLDTDProcessor.endParameterEntity(String name,
Augmentations augs)
This method notifies the end of a parameter entity.
|
void |
DTDGrammar.endParameterEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
XMLDTDProcessor.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
DTDGrammar.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
protected void |
XMLDTDValidator.handleEndElement(QName element,
Augmentations augs,
boolean isEmpty)
Handle end element.
|
protected boolean |
XMLDTDValidator.handleStartElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Handle element
|
void |
XMLDTDValidator.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
XMLDTDProcessor.ignoredCharacters(XMLString text,
Augmentations augs)
Characters within an IGNORE conditional section.
|
void |
DTDGrammar.ignoredCharacters(XMLString text,
Augmentations augs)
Characters within an IGNORE conditional section.
|
void |
XMLDTDProcessor.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
DTDGrammar.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
Grammar |
XMLDTDLoader.loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
|
void |
XMLDTDLoader.loadGrammarWithContext(XMLDTDValidator validator,
String rootName,
String publicId,
String systemId,
String baseSystemId,
String internalSubset)
Parse a DTD internal and/or external subset and insert the content
into the existing DTD grammar owned by the given DTDValidator.
|
void |
XMLDTDProcessor.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
DTDGrammar.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
XMLDTDProcessor.occurrence(short occurrence,
Augmentations augs)
The occurrence count for a child in a children content model or
for the mixed content model group.
|
void |
DTDGrammar.occurrence(short occurrence,
Augmentations augs)
The occurrence count for a child in a children content model or
for the mixed content model group.
|
void |
DTDGrammar.pcdata(Augmentations augs)
The appearance of "#PCDATA" within a group signifying a
mixed content model.
|
void |
XMLDTDValidator.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDTDProcessor.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
DTDGrammar.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDTDProcessor.separator(short separator,
Augmentations augs)
The separator between choices or sequences of a mixed or children
content model.
|
void |
DTDGrammar.separator(short separator,
Augmentations augs)
The separator between choices or sequences of a mixed or children
content model.
|
void |
XMLDTDProcessor.startAttlist(String elementName,
Augmentations augs)
The start of an attribute list.
|
void |
DTDGrammar.startAttlist(String elementName,
Augmentations augs)
The start of an attribute list.
|
void |
XMLDTDValidator.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
XMLDTDProcessor.startConditional(short type,
Augmentations augs)
The start of a conditional section.
|
void |
DTDGrammar.startConditional(short type,
Augmentations augs)
The start of a conditional section.
|
void |
XMLDTDProcessor.startContentModel(String elementName,
Augmentations augs)
The start of a content model.
|
void |
DTDGrammar.startContentModel(String elementName,
Augmentations augs)
The start of a content model.
|
void |
XMLDTDValidator.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
XMLDTDProcessor.startDTD(XMLLocator locator,
Augmentations augs)
The start of the DTD.
|
void |
DTDGrammar.startDTD(XMLLocator locator,
Augmentations augs)
The start of the DTD.
|
void |
XMLDTDValidator.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
XMLDTDProcessor.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
DTDGrammar.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
XMLDTDValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
XMLDTDProcessor.startGroup(Augmentations augs)
A start of either a mixed or children content model.
|
void |
DTDGrammar.startGroup(Augmentations augs)
A start of either a mixed or children content model.
|
protected void |
XMLNSDTDValidator.startNamespaceScope(QName element,
XMLAttributes attributes,
Augmentations augs)
Bind namespaces
|
protected void |
XML11NSDTDValidator.startNamespaceScope(QName element,
XMLAttributes attributes,
Augmentations augs)
Bind namespaces
|
void |
XMLDTDProcessor.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of a parameter entity.
|
void |
DTDGrammar.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDTDValidator.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLDTDProcessor.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
DTDGrammar.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLDTDProcessor.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
DTDGrammar.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
protected void |
XMLDTDValidator.validateDTDattribute(QName element,
String attValue,
XMLAttributeDecl attributeDecl)
Validate attributes in DTD fashion.
|
void |
XMLDTDValidator.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
XMLSchemaValidator.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLSchemaValidator.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
XMLSchemaValidator.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XMLSchemaValidator.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
XMLSchemaValidator.endDocument(Augmentations augs)
The end of the document.
|
void |
XMLSchemaValidator.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
XMLSchemaValidator.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
XMLSchemaValidator.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
Grammar |
XMLSchemaLoader.loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
|
void |
XMLSchemaLoader.loadGrammar(XMLInputSource[] source)
Returns a Grammar object by parsing the contents of the
entities pointed to by sources.
|
void |
XMLSchemaValidator.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLSchemaValidator.XSIErrorReporter.reportError(String domain,
String key,
Object[] arguments,
short severity) |
void |
XMLSchemaValidator.XSIErrorReporter.reportError(XMLLocator location,
String domain,
String key,
Object[] arguments,
short severity) |
void |
XMLSchemaValidator.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
XMLSchemaValidator.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
XMLSchemaValidator.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
XMLSchemaValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
XMLSchemaValidator.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLSchemaValidator.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultXMLDocumentHandler.any(Augmentations augmentations)
A content model of ANY.
|
void |
DefaultXMLDocumentHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
An attribute declaration.
|
void |
SchemaDOMParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
DefaultXMLDocumentHandler.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
SchemaDOMParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DefaultXMLDocumentHandler.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
DefaultXMLDocumentHandler.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
DefaultXMLDocumentHandler.element(String elementName,
Augmentations augmentations)
A referenced element in a mixed or children content model.
|
void |
DefaultXMLDocumentHandler.elementDecl(String name,
String contentModel,
Augmentations augmentations)
An element declaration.
|
void |
DefaultXMLDocumentHandler.empty(Augmentations augmentations)
A content model of EMPTY.
|
void |
SchemaDOMParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
DefaultXMLDocumentHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
DefaultXMLDocumentHandler.endAttlist(Augmentations augmentations)
The end of an attribute list.
|
void |
SchemaDOMParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
DefaultXMLDocumentHandler.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
DefaultXMLDocumentHandler.endConditional(Augmentations augmentations)
The end of a conditional section.
|
void |
DefaultXMLDocumentHandler.endContentModel(Augmentations augmentations)
The end of a content model.
|
void |
SchemaDOMParser.endDocument(Augmentations augs)
The end of the document.
|
void |
DefaultXMLDocumentHandler.endDocument(Augmentations augs)
The end of the document.
|
void |
DefaultXMLDocumentHandler.endDTD(Augmentations augmentations)
The end of the DTD.
|
void |
SchemaDOMParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
DefaultXMLDocumentHandler.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
DefaultXMLDocumentHandler.endExternalSubset(Augmentations augmentations)
The end of the DTD external subset.
|
void |
DefaultXMLDocumentHandler.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
DefaultXMLDocumentHandler.endGroup(Augmentations augmentations)
The end of a group for mixed or children content models.
|
void |
DefaultXMLDocumentHandler.endParameterEntity(String name,
Augmentations augmentations)
This method notifies the end of a parameter entity.
|
void |
DefaultXMLDocumentHandler.endPrefixMapping(String prefix,
Augmentations augs)
The end of a namespace prefix mapping.
|
void |
DefaultXMLDocumentHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
SchemaDOMParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
DefaultXMLDocumentHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
DefaultXMLDocumentHandler.ignoredCharacters(XMLString text,
Augmentations augmentations)
Characters within an IGNORE conditional section.
|
void |
DefaultXMLDocumentHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
DefaultXMLDocumentHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
DefaultXMLDocumentHandler.occurrence(short occurrence,
Augmentations augmentations)
The occurrence count for a child in a children content model or
for the mixed content model group.
|
boolean |
SchemaParsingConfig.parse(boolean complete)
Parses the document in a pull parsing fashion.
|
void |
SchemaParsingConfig.parse(XMLInputSource source)
Parses the specified input source.
|
void |
DefaultXMLDocumentHandler.pcdata(Augmentations augmentations)
The appearance of "#PCDATA" within a group signifying a
mixed content model.
|
void |
SchemaDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
DefaultXMLDocumentHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
SchemaParsingConfig.reset()
Reset all components before parsing.
|
protected void |
SchemaParsingConfig.resetXML10()
Reset all XML 1.0 components before parsing
|
protected void |
SchemaParsingConfig.resetXML11()
Reset all XML 1.1 components before parsing
|
void |
DefaultXMLDocumentHandler.separator(short separator,
Augmentations augmentations)
The separator between choices or sequences of a mixed or children
content model.
|
void |
SchemaParsingConfig.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
DefaultXMLDocumentHandler.startAttlist(String elementName,
Augmentations augmentations)
The start of an attribute list.
|
void |
SchemaDOMParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
DefaultXMLDocumentHandler.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
DefaultXMLDocumentHandler.startConditional(short type,
Augmentations augmentations)
The start of a conditional section.
|
void |
DefaultXMLDocumentHandler.startContentModel(String elementName,
Augmentations augmentations)
The start of a content model.
|
void |
SchemaDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs) |
void |
DefaultXMLDocumentHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext context,
Augmentations augs)
The start of the document.
|
void |
DefaultXMLDocumentHandler.startDTD(XMLLocator locator,
Augmentations augmentations)
The start of the DTD.
|
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.
|
void |
DefaultXMLDocumentHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
DefaultXMLDocumentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
DefaultXMLDocumentHandler.startGroup(Augmentations augmentations)
A start of either a mixed or children content model.
|
void |
DefaultXMLDocumentHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies of the start of a parameter entity.
|
void |
DefaultXMLDocumentHandler.startPrefixMapping(String prefix,
String uri,
Augmentations augs)
The start of a namespace prefix mapping.
|
void |
DefaultXMLDocumentHandler.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
DefaultXMLDocumentHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
void |
DefaultXMLDocumentHandler.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLDocumentParser.any(Augmentations augs)
A content model of ANY.
|
void |
DTDParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
An attribute declaration.
|
void |
AbstractXMLDocumentParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
AbstractSAXParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
AbstractDOMParser.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augs)
An attribute declaration.
|
void |
AbstractXMLDocumentParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
AbstractSAXParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
AbstractDOMParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
DTDParser.childrenElement(String elementName)
A referenced element in a children content model.
|
void |
DTDParser.childrenEndGroup()
The end of a children group.
|
void |
DTDParser.childrenOccurrence(short occurrence)
The occurrence count for a child in a children content model.
|
void |
DTDParser.childrenSeparator(short separator)
The separator between choices or sequences of a children content
model.
|
void |
DTDParser.childrenStartGroup()
The start of a children group.
|
void |
DTDParser.comment(XMLString text,
Augmentations augmentations)
A comment.
|
void |
AbstractXMLDocumentParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractSAXParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractDOMParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractXMLDocumentParser.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
AbstractSAXParser.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
AbstractDOMParser.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
AbstractXMLDocumentParser.element(String elementName,
Augmentations augs)
A referenced element in a mixed or children content model.
|
void |
DTDParser.elementDecl(String name,
String contentModel,
Augmentations augmentations)
An element declaration.
|
void |
AbstractXMLDocumentParser.elementDecl(String name,
String contentModel,
Augmentations augs)
An element declaration.
|
void |
AbstractSAXParser.elementDecl(String name,
String contentModel,
Augmentations augs)
An element declaration.
|
void |
AbstractDOMParser.elementDecl(String name,
String contentModel,
Augmentations augs)
An element declaration.
|
void |
AbstractXMLDocumentParser.empty(Augmentations augs)
A content model of EMPTY.
|
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 |
DTDParser.endAttlist(Augmentations augmentations)
The end of an attribute list.
|
void |
AbstractXMLDocumentParser.endAttlist(Augmentations augs)
The end of an attribute list.
|
void |
AbstractDOMParser.endAttlist(Augmentations augs)
The end of an attribute list.
|
void |
AbstractXMLDocumentParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
AbstractSAXParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
AbstractDOMParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
DTDParser.endConditional(Augmentations augmentations)
The end of a conditional section.
|
void |
AbstractXMLDocumentParser.endConditional(Augmentations augs)
The end of a conditional section.
|
void |
AbstractDOMParser.endConditional(Augmentations augs)
The end of a conditional section.
|
void |
DTDParser.endContentModel()
The end of a content model.
|
void |
AbstractXMLDocumentParser.endContentModel(Augmentations augs)
The end of a content model.
|
void |
AbstractXMLDocumentParser.endDocument(Augmentations augs)
The end of the document.
|
void |
AbstractSAXParser.endDocument(Augmentations augs)
The end of the document.
|
void |
AbstractDOMParser.endDocument(Augmentations augs)
The end of the document.
|
void |
DTDParser.endDTD(Augmentations augmentations)
The end of the DTD.
|
void |
AbstractXMLDocumentParser.endDTD(Augmentations augs)
The end of the DTD.
|
void |
AbstractSAXParser.endDTD(Augmentations augs)
The end of the DTD.
|
void |
AbstractDOMParser.endDTD(Augmentations augs)
The end of the DTD.
|
void |
AbstractXMLDocumentParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractSAXParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractDOMParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
DTDParser.endEntity(String name,
Augmentations augmentations)
This method notifies the end of an entity.
|
void |
DTDParser.endExternalSubset(Augmentations augmentations)
The end of the external subset.
|
void |
AbstractXMLDocumentParser.endExternalSubset(Augmentations augmentations)
The end of the DTD external subset.
|
void |
AbstractSAXParser.endExternalSubset(Augmentations augs)
The end of the DTD external subset.
|
void |
AbstractDOMParser.endExternalSubset(Augmentations augs)
The end of the DTD external subset.
|
void |
AbstractXMLDocumentParser.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
AbstractSAXParser.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
AbstractDOMParser.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
AbstractXMLDocumentParser.endGroup(Augmentations augs)
The end of a group for mixed or children content models.
|
void |
AbstractXMLDocumentParser.endParameterEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
AbstractSAXParser.endParameterEntity(String name,
Augmentations augs)
This method notifies the end of an entity.
|
void |
AbstractDOMParser.endParameterEntity(String name,
Augmentations augs)
This method notifies the end of a parameter entity.
|
void |
DTDParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
AbstractXMLDocumentParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
AbstractSAXParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
AbstractDOMParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
AbstractXMLDocumentParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
AbstractSAXParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
AbstractDOMParser.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
AbstractXMLDocumentParser.ignoredCharacters(XMLString text,
Augmentations augs)
Characters within an IGNORE conditional section.
|
void |
AbstractDOMParser.ignoredCharacters(XMLString text,
Augmentations augs)
Characters within an IGNORE conditional section.
|
void |
DTDParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
AbstractXMLDocumentParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
AbstractSAXParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
AbstractDOMParser.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augs)
An internal entity declaration.
|
void |
DTDParser.mixedElement(String elementName)
A referenced element in a mixed content model.
|
void |
DTDParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
AbstractXMLDocumentParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
AbstractSAXParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
AbstractDOMParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
AbstractXMLDocumentParser.occurrence(short occurrence,
Augmentations augs)
The occurrence count for a child in a children content model or
for the mixed content model group.
|
boolean |
XML11NonValidatingConfiguration.parse(boolean complete) |
boolean |
XML11DTDConfiguration.parse(boolean complete) |
boolean |
XML11Configuration.parse(boolean complete) |
boolean |
NonValidatingConfiguration.parse(boolean complete)
Parses the document in a pull parsing fashion.
|
boolean |
DTDConfiguration.parse(boolean complete)
Parses the document in a pull parsing fashion.
|
void |
XMLParser.parse(XMLInputSource inputSource)
parse
|
void |
XML11NonValidatingConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
XML11DTDConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
XML11Configuration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
NonValidatingConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
DTDConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
abstract void |
BasicParserConfiguration.parse(XMLInputSource inputSource)
Parse an XML document.
|
Grammar |
XMLGrammarCachingConfiguration.parseGrammar(String type,
String uri)
Parse a grammar from a location identified by an URI.
|
Grammar |
XMLGrammarCachingConfiguration.parseGrammar(String type,
XMLInputSource is)
Parse a grammar from a location identified by an
XMLInputSource.
|
void |
AbstractXMLDocumentParser.pcdata(Augmentations augs)
The appearance of "#PCDATA" within a group signifying a
mixed content model.
|
Grammar |
XMLGrammarPreparser.preparseGrammar(String type,
XMLInputSource is)
Parse a grammar from a location identified by an
XMLInputSource.
|
void |
DTDParser.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
void |
AbstractXMLDocumentParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractSAXParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
protected void |
XMLParser.reset()
reset all components before parsing
|
protected void |
XML11NonValidatingConfiguration.reset()
reset all XML 1.0 components before parsing and namespace context
|
protected void |
XML11DTDConfiguration.reset()
reset all XML 1.0 components before parsing and namespace context
|
protected void |
XML11Configuration.reset()
reset all XML 1.0 components before parsing and namespace context
|
protected void |
NonValidatingConfiguration.reset()
Reset all components before parsing.
|
protected void |
DTDConfiguration.reset()
Reset all components before parsing.
|
protected void |
BasicParserConfiguration.reset()
reset all components before parsing and namespace context
|
protected void |
AbstractXMLDocumentParser.reset()
reset all components before parsing
|
void |
AbstractSAXParser.reset()
Reset all components before parsing.
|
void |
AbstractDOMParser.reset()
Resets the parser state.
|
protected void |
XML11NonValidatingConfiguration.resetCommon()
reset all common components before parsing
|
protected void |
XML11DTDConfiguration.resetCommon()
reset all common components before parsing
|
protected void |
XML11Configuration.resetCommon()
reset all common components before parsing
|
protected void |
XML11NonValidatingConfiguration.resetXML11()
reset all components before parsing and namespace context
|
protected void |
XML11DTDConfiguration.resetXML11()
reset all components before parsing and namespace context
|
protected void |
XML11Configuration.resetXML11()
reset all components before parsing and namespace context
|
void |
AbstractXMLDocumentParser.separator(short separator,
Augmentations augs)
The separator between choices or sequences of a mixed or children
content model.
|
void |
XML11NonValidatingConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
XML11DTDConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
XML11Configuration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
NonValidatingConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
DTDConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
BasicParserConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
DTDParser.startAttlist(String elementName,
Augmentations augmentations)
The start of an attribute list.
|
void |
AbstractXMLDocumentParser.startAttlist(String elementName,
Augmentations augs)
The start of an attribute list.
|
void |
AbstractDOMParser.startAttlist(String elementName,
Augmentations augs)
The start of an attribute list.
|
void |
AbstractXMLDocumentParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
AbstractSAXParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
AbstractDOMParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
DTDParser.startConditional(short type,
Augmentations augmentations)
The start of a conditional section.
|
void |
AbstractXMLDocumentParser.startConditional(short type,
Augmentations augs)
The start of a conditional section.
|
void |
AbstractDOMParser.startConditional(short type,
Augmentations augs)
The start of a conditional section.
|
void |
AbstractXMLDocumentParser.startContentModel(String elementName,
Augmentations augs)
The start of a content model.
|
void |
DTDParser.startContentModel(String elementName,
short type)
The start of a content model.
|
void |
AbstractXMLDocumentParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
AbstractSAXParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
AbstractDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
DTDParser.startDTD(XMLLocator locator,
Augmentations augmentations)
The start of the DTD.
|
void |
AbstractXMLDocumentParser.startDTD(XMLLocator locator,
Augmentations augs)
The start of the DTD.
|
void |
AbstractDOMParser.startDTD(XMLLocator locator,
Augmentations augs)
The start of the DTD.
|
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.
|
void |
DTDParser.startEntity(String name,
String publicId,
String systemId,
String encoding)
This method notifies of the start of an entity.
|
void |
DTDParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the external subset.
|
void |
AbstractXMLDocumentParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
AbstractSAXParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
AbstractDOMParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
AbstractXMLDocumentParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of an entity.
|
void |
AbstractSAXParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
AbstractDOMParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
AbstractXMLDocumentParser.startGroup(Augmentations augs)
A start of either a mixed or children content model.
|
void |
AbstractXMLDocumentParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of an entity.
|
void |
AbstractSAXParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of parameter entity.
|
void |
AbstractDOMParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of a parameter entity.
|
void |
DTDParser.textDecl(String version,
String encoding)
Notifies of the presence of a TextDecl line in an entity.
|
void |
AbstractXMLDocumentParser.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
AbstractDOMParser.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
DTDParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
void |
AbstractXMLDocumentParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
AbstractSAXParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
AbstractDOMParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
AbstractXMLDocumentParser.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
void |
AbstractSAXParser.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
void |
AbstractDOMParser.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
protected static XNIException |
ErrorHandlerWrapper.createXNIException(SAXException exception)
Creates an XNIException from a SAXException.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorHandlerWrapper.error(String domain,
String key,
XMLParseException exception)
Reports an error.
|
void |
DefaultErrorHandler.error(String domain,
String key,
XMLParseException ex)
Error.
|
void |
DOMErrorHandlerWrapper.error(String domain,
String key,
XMLParseException exception)
Reports an error.
|
void |
ErrorHandlerWrapper.fatalError(String domain,
String key,
XMLParseException exception)
Report a fatal error.
|
void |
DefaultErrorHandler.fatalError(String domain,
String key,
XMLParseException ex)
Fatal error.
|
void |
DOMErrorHandlerWrapper.fatalError(String domain,
String key,
XMLParseException exception)
Report a fatal error.
|
XMLInputSource |
EntityResolver2Wrapper.getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly
provide one.
|
XMLInputSource |
XMLCatalogResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external entity.
|
XMLInputSource |
EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
XMLInputSource |
EntityResolver2Wrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
XMLInputSource |
DOMEntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
String |
XMLCatalogResolver.resolveIdentifier(XMLResourceIdentifier resourceIdentifier)
Resolves an identifier using the catalog.
|
void |
ErrorHandlerWrapper.warning(String domain,
String key,
XMLParseException exception)
Reports a warning.
|
void |
DefaultErrorHandler.warning(String domain,
String key,
XMLParseException ex)
Warning.
|
void |
DOMErrorHandlerWrapper.warning(String domain,
String key,
XMLParseException exception)
Reports a warning.
|
Modifier and Type | Method and Description |
---|---|
void |
XIncludeHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations) |
void |
XIncludeHandler.characters(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.comment(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs) |
void |
XIncludeHandler.elementDecl(String name,
String contentModel,
Augmentations augmentations) |
void |
XIncludeHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs) |
void |
XIncludeHandler.endAttlist(Augmentations augmentations) |
void |
XIncludeHandler.endCDATA(Augmentations augs) |
void |
XIncludeHandler.endConditional(Augmentations augmentations) |
void |
XIncludeHandler.endDocument(Augmentations augs) |
void |
XIncludeHandler.endDTD(Augmentations augmentations) |
void |
XIncludeHandler.endElement(QName element,
Augmentations augs) |
void |
XIncludeHandler.endExternalSubset(Augmentations augmentations) |
void |
XIncludeHandler.endGeneralEntity(String name,
Augmentations augs) |
void |
XIncludeHandler.endParameterEntity(String name,
Augmentations augmentations) |
void |
XIncludeHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations) |
protected boolean |
XIncludeHandler.handleIncludeElement(XMLAttributes attributes) |
void |
XIncludeHandler.ignorableWhitespace(XMLString text,
Augmentations augs) |
void |
XIncludeHandler.ignoredCharacters(XMLString text,
Augmentations augmentations) |
void |
XIncludeHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations) |
void |
XIncludeHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations) |
void |
XIncludeHandler.processingInstruction(String target,
XMLString data,
Augmentations augs) |
void |
XIncludeHandler.reset(XMLComponentManager componentManager) |
void |
XIncludeHandler.startAttlist(String elementName,
Augmentations augmentations) |
void |
XIncludeHandler.startCDATA(Augmentations augs) |
void |
XIncludeHandler.startConditional(short type,
Augmentations augmentations) |
void |
XIncludeHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
Event sent at the start of the document.
|
void |
XIncludeHandler.startDTD(XMLLocator locator,
Augmentations augmentations) |
void |
XIncludeHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs) |
void |
XIncludeHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations) |
void |
XIncludeHandler.startGeneralEntity(String name,
XMLResourceIdentifier resId,
String encoding,
Augmentations augs) |
void |
XIncludeHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations) |
void |
XIncludeHandler.textDecl(String version,
String encoding,
Augmentations augs) |
void |
XIncludeHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations) |
void |
XIncludeHandler.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs) |
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDContentModelHandler.any(Augmentations augmentations)
A content model of ANY.
|
void |
XMLDTDHandler.attributeDecl(String elementName,
String attributeName,
String type,
String[] enumeration,
String defaultType,
XMLString defaultValue,
XMLString nonNormalizedDefaultValue,
Augmentations augmentations)
An attribute declaration.
|
void |
XMLDocumentHandler.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
XMLDocumentFragmentHandler.characters(XMLString text,
Augmentations augmentations)
Character content.
|
void |
XMLDocumentHandler.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
XMLDocumentFragmentHandler.comment(XMLString text,
Augmentations augmentations)
A comment.
|
void |
XMLDTDHandler.comment(XMLString text,
Augmentations augmentations)
A comment.
|
void |
XMLDocumentHandler.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
XMLDTDContentModelHandler.element(String elementName,
Augmentations augmentations)
A referenced element in a mixed or children content model.
|
void |
XMLDTDHandler.elementDecl(String name,
String contentModel,
Augmentations augmentations)
An element declaration.
|
void |
XMLDTDContentModelHandler.empty(Augmentations augmentations)
A content model of EMPTY.
|
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 |
XMLDTDHandler.endAttlist(Augmentations augmentations)
The end of an attribute list.
|
void |
XMLDocumentHandler.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
XMLDocumentFragmentHandler.endCDATA(Augmentations augmentations)
The end of a CDATA section.
|
void |
XMLDTDHandler.endConditional(Augmentations augmentations)
The end of a conditional section.
|
void |
XMLDTDContentModelHandler.endContentModel(Augmentations augmentations)
The end of a content model.
|
void |
XMLDocumentHandler.endDocument(Augmentations augs)
The end of the document.
|
void |
XMLDocumentFragmentHandler.endDocumentFragment(Augmentations augmentations)
The end of the document fragment.
|
void |
XMLDTDHandler.endDTD(Augmentations augmentations)
The end of the DTD.
|
void |
XMLDocumentHandler.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
XMLDocumentFragmentHandler.endElement(QName element,
Augmentations augmentations)
The end of an element.
|
void |
XMLDTDHandler.endExternalSubset(Augmentations augmentations)
The end of the DTD external subset.
|
void |
XMLDocumentHandler.endGeneralEntity(String name,
Augmentations augs)
This method notifies the end of a general entity.
|
void |
XMLDocumentFragmentHandler.endGeneralEntity(String name,
Augmentations augmentations)
This method notifies the end of a general entity.
|
void |
XMLDTDContentModelHandler.endGroup(Augmentations augmentations)
The end of a group for mixed or children content models.
|
void |
XMLDTDHandler.endParameterEntity(String name,
Augmentations augmentations)
This method notifies the end of a parameter entity.
|
void |
XMLDTDHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
XMLDocumentHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
void |
XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text,
Augmentations augmentations)
Ignorable whitespace.
|
void |
XMLDTDHandler.ignoredCharacters(XMLString text,
Augmentations augmentations)
Characters within an IGNORE conditional section.
|
void |
XMLDTDHandler.internalEntityDecl(String name,
XMLString text,
XMLString nonNormalizedText,
Augmentations augmentations)
An internal entity declaration.
|
void |
XMLDTDHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
XMLDTDContentModelHandler.occurrence(short occurrence,
Augmentations augmentations)
The occurrence count for a child in a children content model or
for the mixed content model group.
|
void |
XMLDTDContentModelHandler.pcdata(Augmentations augmentations)
The appearance of "#PCDATA" within a group signifying a
mixed content model.
|
void |
XMLDocumentHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
XMLDocumentFragmentHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
void |
XMLDTDHandler.processingInstruction(String target,
XMLString data,
Augmentations augmentations)
A processing instruction.
|
void |
XMLDTDContentModelHandler.separator(short separator,
Augmentations augmentations)
The separator between choices or sequences of a mixed or children
content model.
|
void |
XMLDTDHandler.startAttlist(String elementName,
Augmentations augmentations)
The start of an attribute list.
|
void |
XMLDocumentHandler.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
XMLDocumentFragmentHandler.startCDATA(Augmentations augmentations)
The start of a CDATA section.
|
void |
XMLDTDHandler.startConditional(short type,
Augmentations augmentations)
The start of a conditional section.
|
void |
XMLDTDContentModelHandler.startContentModel(String elementName,
Augmentations augmentations)
The start of a content model.
|
void |
XMLDocumentHandler.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator,
NamespaceContext namespaceContext,
Augmentations augmentations)
The start of the document fragment.
|
void |
XMLDTDHandler.startDTD(XMLLocator locator,
Augmentations augmentations)
The start of the DTD.
|
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.
|
void |
XMLDTDHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
XMLDocumentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
XMLDocumentFragmentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies the start of a general entity.
|
void |
XMLDTDContentModelHandler.startGroup(Augmentations augmentations)
A start of either a mixed or children content model.
|
void |
XMLDTDHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies of the start of a parameter entity.
|
void |
XMLDocumentHandler.textDecl(String version,
String encoding,
Augmentations augs)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLDocumentFragmentHandler.textDecl(String version,
String encoding,
Augmentations augmentations)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLDTDHandler.textDecl(String version,
String encoding,
Augmentations augmentations)
Notifies of the presence of a TextDecl line in an entity.
|
void |
XMLDTDHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
void |
XMLDocumentHandler.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
Modifier and Type | Method and Description |
---|---|
Grammar |
XMLGrammarLoader.loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLConfigurationException
An XNI parser configuration exception.
|
class |
XMLParseException
A parsing exception.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLErrorHandler.error(String domain,
String key,
XMLParseException exception)
Reports an error.
|
void |
XMLErrorHandler.fatalError(String domain,
String key,
XMLParseException exception)
Report a fatal error.
|
boolean |
XMLPullParserConfiguration.parse(boolean complete)
Parses the document in a pull parsing fashion.
|
void |
XMLParserConfiguration.parse(XMLInputSource inputSource)
Parse an XML document.
|
XMLInputSource |
XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
boolean |
XMLDocumentScanner.scanDocument(boolean complete)
Scans a document.
|
boolean |
XMLDTDScanner.scanDTDExternalSubset(boolean complete)
Scans the external subset of the document.
|
boolean |
XMLDTDScanner.scanDTDInternalSubset(boolean complete,
boolean standalone,
boolean hasExternalSubset)
Scans the internal subset of the document.
|
void |
XMLParserConfiguration.setLocale(Locale locale)
Set the locale to use for messages.
|
void |
XMLErrorHandler.warning(String domain,
String key,
XMLParseException exception)
Reports a warning.
|
Modifier and Type | Method and Description |
---|---|
void |
XPointerHandler.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
XPointerHandler.comment(XMLString text,
Augmentations augs)
If the comment is a child of a matched element, then pass else return.
|
void |
XPointerHandler.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
XPointerHandler.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
XPointerHandler.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
XPointerHandler.ignorableWhitespace(XMLString text,
Augmentations augs)
Ignorable whitespace.
|
boolean |
XPointerPart.isChildFragmentResolved()
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
|
boolean |
XPointerHandler.isChildFragmentResolved()
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
|
boolean |
XPointerProcessor.isFragmentResolved()
Returns true if the XPointer expression resolves to the current resource fragment
or Node which is part of the input resource being streamed else returns false.
|
boolean |
XPointerPart.isFragmentResolved()
Returns true if the XPointer expression resolves to a resource fragment
specified as input else returns false.
|
boolean |
XPointerHandler.isFragmentResolved()
Returns true if the Node fragment is resolved.
|
boolean |
XPointerProcessor.isXPointerResolved()
Returns true if the XPointer expression resolves any subresource of the
input resource.
|
boolean |
XPointerHandler.isXPointerResolved()
Returns true if the XPointer successfully found a sub-resource .
|
void |
XPointerProcessor.parseXPointer(String xpointer)
Parses an XPointer expression.
|
void |
XPointerPart.parseXPointer(String part)
Provides scheme specific parsing of a XPointer expression i.e.
|
void |
XPointerHandler.parseXPointer(String xpointer)
Parses the XPointer framework expression and delegates scheme specific parsing.
|
void |
XPointerHandler.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
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.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
XPointerHandler.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.