Package | Description |
---|---|
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.impl.dom | |
org.apache.axiom.om.impl.dom.factory | |
org.apache.axiom.om.impl.llom | |
org.apache.axiom.om.impl.llom.factory |
Constructor and Description |
---|
DoctypeImpl(OMDocType dt,
WrapperFactory fac) |
Modifier and Type | Method and Description |
---|---|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset)
Creates DTD (DOCTYPE declaration) node.
|
Modifier and Type | Method and Description |
---|---|
OMDocType |
OMFactoryEx.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset,
boolean fromBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl |
Modifier and Type | Method and Description |
---|---|
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset) |
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset,
boolean fromBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
OMDocTypeImpl |
Modifier and Type | Method and Description |
---|---|
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset) |
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset,
boolean fromBuilder) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.