public interface OMFactoryEx extends OMFactory
Modifier and Type | Method and Description |
---|---|
OMComment |
createOMComment(OMContainer parent,
String content,
boolean fromBuilder) |
OMDocType |
createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset,
boolean fromBuilder) |
OMDocument |
createOMDocument(OMXMLParserWrapper builder) |
OMElement |
createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
OMEntityReference |
createOMEntityReference(OMContainer parent,
String name,
String replacementText,
boolean fromBuilder) |
OMProcessingInstruction |
createOMProcessingInstruction(OMContainer parent,
String piTarget,
String piData,
boolean fromBuilder) |
OMText |
createOMText(OMContainer parent,
Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
createOMText(OMContainer parent,
String text,
int type,
boolean fromBuilder) |
OMNode |
importNode(OMNode child)
This method is intended only to be used by Axiom intenrals when merging nodes from different
Axiom implementations.
|
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMEntityReference, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getMetaFactory
OMDocument createOMDocument(OMXMLParserWrapper builder)
OMElement createOMElement(String localName, OMContainer parent, OMXMLParserWrapper builder)
localName
- parent
- builder
- OMText createOMText(OMContainer parent, Object dataHandler, boolean optimize, boolean fromBuilder)
OMText createOMText(OMContainer parent, String text, int type, boolean fromBuilder)
OMComment createOMComment(OMContainer parent, String content, boolean fromBuilder)
OMDocType createOMDocType(OMContainer parent, String rootName, String publicId, String systemId, String internalSubset, boolean fromBuilder)
OMProcessingInstruction createOMProcessingInstruction(OMContainer parent, String piTarget, String piData, boolean fromBuilder)
OMEntityReference createOMEntityReference(OMContainer parent, String name, String replacementText, boolean fromBuilder)
Copyright © The Apache Software Foundation. All Rights Reserved.