Package org.apache.xerces.stax
Class XMLEventFactoryImpl
java.lang.Object
javax.xml.stream.XMLEventFactory
org.apache.xerces.stax.XMLEventFactoryImpl
Implementation of XMLEventFactory.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLEventFactoryImpl.java 730796 2009-01-02 17:36:23Z mrglavas $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAttribute
(String localName, String value) createAttribute
(String prefix, String namespaceURI, String localName, String value) createAttribute
(QName name, String value) createCData
(String content) createCharacters
(String content) createComment
(String text) createEndElement
(String prefix, String namespaceUri, String localName) createEndElement
(String prefix, String namespaceUri, String localName, Iterator namespaces) createEndElement
(QName name, Iterator namespaces) createEntityReference
(String name, EntityDeclaration declaration) createIgnorableSpace
(String content) createNamespace
(String namespaceURI) createNamespace
(String prefix, String namespaceUri) createProcessingInstruction
(String target, String data) createSpace
(String content) createStartDocument
(String encoding) createStartDocument
(String encoding, String version) createStartDocument
(String encoding, String version, boolean standalone) createStartElement
(String prefix, String namespaceUri, String localName) createStartElement
(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces) createStartElement
(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces, NamespaceContext context) createStartElement
(QName name, Iterator attributes, Iterator namespaces) void
setLocation
(Location location) Methods inherited from class javax.xml.stream.XMLEventFactory
newDefaultFactory, newFactory, newFactory, newInstance, newInstance
-
Constructor Details
-
XMLEventFactoryImpl
public XMLEventFactoryImpl()
-
-
Method Details
-
setLocation
- Specified by:
setLocation
in classXMLEventFactory
-
createAttribute
public Attribute createAttribute(String prefix, String namespaceURI, String localName, String value) - Specified by:
createAttribute
in classXMLEventFactory
-
createAttribute
- Specified by:
createAttribute
in classXMLEventFactory
-
createAttribute
- Specified by:
createAttribute
in classXMLEventFactory
-
createNamespace
- Specified by:
createNamespace
in classXMLEventFactory
-
createNamespace
- Specified by:
createNamespace
in classXMLEventFactory
-
createStartElement
- Specified by:
createStartElement
in classXMLEventFactory
-
createStartElement
- Specified by:
createStartElement
in classXMLEventFactory
-
createStartElement
public StartElement createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces) - Specified by:
createStartElement
in classXMLEventFactory
-
createStartElement
public StartElement createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces, NamespaceContext context) - Specified by:
createStartElement
in classXMLEventFactory
-
createEndElement
- Specified by:
createEndElement
in classXMLEventFactory
-
createEndElement
- Specified by:
createEndElement
in classXMLEventFactory
-
createEndElement
public EndElement createEndElement(String prefix, String namespaceUri, String localName, Iterator namespaces) - Specified by:
createEndElement
in classXMLEventFactory
-
createCharacters
- Specified by:
createCharacters
in classXMLEventFactory
-
createCData
- Specified by:
createCData
in classXMLEventFactory
-
createSpace
- Specified by:
createSpace
in classXMLEventFactory
-
createIgnorableSpace
- Specified by:
createIgnorableSpace
in classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocument
in classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocument
in classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocument
in classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocument
in classXMLEventFactory
-
createEndDocument
- Specified by:
createEndDocument
in classXMLEventFactory
-
createEntityReference
- Specified by:
createEntityReference
in classXMLEventFactory
-
createComment
- Specified by:
createComment
in classXMLEventFactory
-
createProcessingInstruction
- Specified by:
createProcessingInstruction
in classXMLEventFactory
-
createDTD
- Specified by:
createDTD
in classXMLEventFactory
-