Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl.builder |
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) |
Copyright © The Apache Software Foundation. All Rights Reserved.