Modifier and Type | Method and Description |
---|---|
void |
DOMNormalizer.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Class and Description |
---|---|
class |
XML11EntityScanner
Implements the entity scanner methods in
the context of XML 1.1.
|
class |
XMLEntityScanner
Implements the entity scanner methods.
|
Modifier and Type | Field and Description |
---|---|
protected XMLLocator |
XMLErrorReporter.fLocator
Document locator.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
XMLErrorReporter.setDocumentLocator(XMLLocator locator)
Sets the document locator.
|
void |
XMLNamespaceBinder.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Field and Description |
---|---|
protected XMLLocator |
XMLDTDValidator.fDocLocation |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.XSIErrorReporter.reportError(XMLLocator location,
String domain,
String key,
Object[] arguments,
short severity) |
void |
XMLSchemaValidator.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
Modifier and Type | Field and Description |
---|---|
protected XMLLocator |
SchemaParsingConfig.fLocator
Locator
|
protected XMLLocator |
SchemaDOMParser.fLocator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleLocator
An XMLLocator implementation used for schema error reporting.
|
Modifier and Type | Field and Description |
---|---|
protected XMLLocator |
XML11NonValidatingConfiguration.fLocator |
protected XMLLocator |
XML11DTDConfiguration.fLocator |
protected XMLLocator |
NonValidatingConfiguration.fLocator
Locator
|
protected XMLLocator |
DTDConfiguration.fLocator
Locator
|
protected XMLLocator |
AbstractSAXParser.LocatorProxy.fLocator
XML locator.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXLocatorWrapper
A light wrapper around a SAX locator.
|
class |
StAXLocationWrapper
A light wrapper around a StAX location.
|
class |
XMLLocatorWrapper
A light wrapper around an
XMLLocator . |
Modifier and Type | Method and Description |
---|---|
XMLLocator |
XMLLocatorWrapper.getLocator() |
Modifier and Type | Method and Description |
---|---|
void |
XMLLocatorWrapper.setLocator(XMLLocator locator) |
Constructor and Description |
---|
LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
|
Modifier and Type | Field and Description |
---|---|
protected XMLLocator |
XIncludeHandler.fDocLocation |
Modifier and Type | Method and Description |
---|---|
protected void |
XIncludeHandler.setupCurrentBaseURI(XMLLocator locator) |
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XMLParseException(XMLLocator locator,
String message)
Constructs a parse exception.
|
XMLParseException(XMLLocator locator,
String message,
Exception exception)
Constructs a parse exception.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.