|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLLocator in org.apache.xerces.dom |
---|
Methods in org.apache.xerces.dom with parameters of type XMLLocator | |
---|---|
void |
DOMNormalizer.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document. |
Uses of XMLLocator in org.apache.xerces.impl |
---|
Classes in org.apache.xerces.impl that implement XMLLocator | |
---|---|
class |
XML11EntityScanner
Implements the entity scanner methods in the context of XML 1.1. |
class |
XMLEntityScanner
Implements the entity scanner methods. |
Fields in org.apache.xerces.impl declared as XMLLocator | |
---|---|
protected XMLLocator |
XMLErrorReporter.fLocator
Document locator. |
Methods in org.apache.xerces.impl with parameters of type XMLLocator | |
---|---|
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. |
Uses of XMLLocator in org.apache.xerces.impl.dtd |
---|
Fields in org.apache.xerces.impl.dtd declared as XMLLocator | |
---|---|
protected XMLLocator |
XMLDTDValidator.fDocLocation
|
Methods in org.apache.xerces.impl.dtd with parameters of type XMLLocator | |
---|---|
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. |
Uses of XMLLocator in org.apache.xerces.impl.xs |
---|
Methods in org.apache.xerces.impl.xs with parameters of type XMLLocator | |
---|---|
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. |
Uses of XMLLocator in org.apache.xerces.impl.xs.opti |
---|
Fields in org.apache.xerces.impl.xs.opti declared as XMLLocator | |
---|---|
protected XMLLocator |
SchemaParsingConfig.fLocator
Locator |
protected XMLLocator |
SchemaDOMParser.fLocator
|
Methods in org.apache.xerces.impl.xs.opti with parameters of type XMLLocator | |
---|---|
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. |
Uses of XMLLocator in org.apache.xerces.impl.xs.util |
---|
Classes in org.apache.xerces.impl.xs.util that implement XMLLocator | |
---|---|
class |
SimpleLocator
An XMLLocator implementation used for schema error reporting. |
Uses of XMLLocator in org.apache.xerces.parsers |
---|
Fields in org.apache.xerces.parsers declared as XMLLocator | |
---|---|
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. |
Methods in org.apache.xerces.parsers with parameters of type XMLLocator | |
---|---|
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. |
Constructors in org.apache.xerces.parsers with parameters of type XMLLocator | |
---|---|
AbstractSAXParser.LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy. |
Uses of XMLLocator in org.apache.xerces.util |
---|
Classes in org.apache.xerces.util that implement XMLLocator | |
---|---|
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 . |
Methods in org.apache.xerces.util that return XMLLocator | |
---|---|
XMLLocator |
XMLLocatorWrapper.getLocator()
|
Methods in org.apache.xerces.util with parameters of type XMLLocator | |
---|---|
void |
XMLLocatorWrapper.setLocator(XMLLocator locator)
|
Constructors in org.apache.xerces.util with parameters of type XMLLocator | |
---|---|
LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy. |
Uses of XMLLocator in org.apache.xerces.xinclude |
---|
Fields in org.apache.xerces.xinclude declared as XMLLocator | |
---|---|
protected XMLLocator |
XIncludeHandler.fDocLocation
|
Methods in org.apache.xerces.xinclude with parameters of type XMLLocator | |
---|---|
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)
|
Uses of XMLLocator in org.apache.xerces.xni |
---|
Methods in org.apache.xerces.xni with parameters of type XMLLocator | |
---|---|
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. |
Uses of XMLLocator in org.apache.xerces.xni.parser |
---|
Constructors in org.apache.xerces.xni.parser with parameters of type XMLLocator | |
---|---|
XMLParseException(XMLLocator locator,
String message)
Constructs a parse exception. |
|
XMLParseException(XMLLocator locator,
String message,
Exception exception)
Constructs a parse exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |