|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMDocType | |
---|---|
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl.builder |
Uses of OMDocType in org.apache.axiom.c14n.omwrapper |
---|
Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMDocType | |
---|---|
DoctypeImpl(OMDocType dt,
WrapperFactory fac)
|
Uses of OMDocType in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMDocType | |
---|---|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset)
Creates DTD (DOCTYPE declaration) node. |
Uses of OMDocType in org.apache.axiom.om.impl.builder |
---|
Methods in org.apache.axiom.om.impl.builder that return OMDocType | |
---|---|
OMDocType |
OMFactoryEx.createOMDocType(OMContainer parent,
String rootName,
String publicId,
String systemId,
String internalSubset,
boolean fromBuilder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |