Package __redirected
Class __XMLEventFactory
java.lang.Object
javax.xml.stream.XMLEventFactory
__redirected.__XMLEventFactory
A redirected XMLEventFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLEventFactory
private static Constructor
<? extends XMLEventFactory> private static final Constructor
<? extends XMLEventFactory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeDefaultFactory
(ModuleIdentifier id, ModuleLoader loader) createAttribute
(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) static void
init()
Init method.static void
void
setLocation
(Location location) Methods inherited from class javax.xml.stream.XMLEventFactory
newDefaultFactory, newFactory, newFactory, newInstance, newInstance
-
Field Details
-
PLATFORM_FACTORY
-
DEFAULT_FACTORY
-
actual
-
-
Constructor Details
-
__XMLEventFactory
public __XMLEventFactory()Construct a new instance.
-
-
Method Details
-
changeDefaultFactory
-
restorePlatformFactory
public static void restorePlatformFactory() -
init
public static void init()Init method. -
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
-