Uses of Interface javax.xml.stream.Location

Uses in package javax.xml.stream.util

Methods with return type javax.xml.stream.Location

Location
Returns the current location of the parser cursor in the underlying input source.

Uses in package gnu.xml.stream

Constructors with parameter type javax.xml.stream.Location

AttributeImpl.AttributeImpl(Location location, QName name, String value, String type, boolean specified)
CharactersImpl.CharactersImpl(Location location, String data, boolean whitespace, boolean cdata, boolean ignorableWhitespace)
DTDImpl.DTDImpl(Location location, String body, Object impl, List<E> notations, List<E> entities)
EndElementImpl.EndElementImpl(Location location, QName name, List<E> namespaces)
EntityDeclarationImpl.EntityDeclarationImpl(Location location, String publicId, String systemId, String name, String notationName, String replacementText, String baseUri)
NamespaceImpl.NamespaceImpl(Location location, String prefix, String uri, boolean specified)
StartDocumentImpl.StartDocumentImpl(Location location, String systemId, String encoding, String xmlVersion, boolean xmlStandalone, boolean standaloneDeclared, boolean encodingDeclared)
StartElementImpl.StartElementImpl(Location location, QName name, List<E> attributes, List<E> namespaces, NamespaceContext namespaceContext)

Fields of type javax.xml.stream.Location

Location
Location

Methods with parameter type javax.xml.stream.Location

void
SAXParser.report(String message, String errorType, Object relatedInformation, Location location)
void
Sets the location for each event created by this factory.

Methods with return type javax.xml.stream.Location

Location
Returns the location of this event.
Location
Returns the current location of the parser cursor in the underlying input source.

Uses in package javax.xml.stream

Constructors with parameter type javax.xml.stream.Location

Fields of type javax.xml.stream.Location

Location

Methods with parameter type javax.xml.stream.Location

void
XMLReporter.report(String message, String errorType, Object relatedInformation, Location location)
Reports an error.
void
Sets the location for each event created by this factory.

Methods with return type javax.xml.stream.Location

Location
Returns the location of the exception.
Location
Returns the current location of the parser cursor in the underlying input source.

Uses in package javax.xml.stream.events

Methods with return type javax.xml.stream.Location

Location
Returns the location of this event.