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) voidsetLocation(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:
setLocationin classXMLEventFactory
-
createAttribute
public Attribute createAttribute(String prefix, String namespaceURI, String localName, String value) - Specified by:
createAttributein classXMLEventFactory
-
createAttribute
- Specified by:
createAttributein classXMLEventFactory
-
createAttribute
- Specified by:
createAttributein classXMLEventFactory
-
createNamespace
- Specified by:
createNamespacein classXMLEventFactory
-
createNamespace
- Specified by:
createNamespacein classXMLEventFactory
-
createStartElement
- Specified by:
createStartElementin classXMLEventFactory
-
createStartElement
- Specified by:
createStartElementin classXMLEventFactory
-
createStartElement
public StartElement createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces) - Specified by:
createStartElementin classXMLEventFactory
-
createStartElement
public StartElement createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces, NamespaceContext context) - Specified by:
createStartElementin classXMLEventFactory
-
createEndElement
- Specified by:
createEndElementin classXMLEventFactory
-
createEndElement
- Specified by:
createEndElementin classXMLEventFactory
-
createEndElement
public EndElement createEndElement(String prefix, String namespaceUri, String localName, Iterator namespaces) - Specified by:
createEndElementin classXMLEventFactory
-
createCharacters
- Specified by:
createCharactersin classXMLEventFactory
-
createCData
- Specified by:
createCDatain classXMLEventFactory
-
createSpace
- Specified by:
createSpacein classXMLEventFactory
-
createIgnorableSpace
- Specified by:
createIgnorableSpacein classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocumentin classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocumentin classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocumentin classXMLEventFactory
-
createStartDocument
- Specified by:
createStartDocumentin classXMLEventFactory
-
createEndDocument
- Specified by:
createEndDocumentin classXMLEventFactory
-
createEntityReference
- Specified by:
createEntityReferencein classXMLEventFactory
-
createComment
- Specified by:
createCommentin classXMLEventFactory
-
createProcessingInstruction
- Specified by:
createProcessingInstructionin classXMLEventFactory
-
createDTD
- Specified by:
createDTDin classXMLEventFactory
-