Package org.apache.xmlbeans.impl.store
Interface DomImpl.Dom
-
- Enclosing class:
- DomImpl
public static interface DomImpl.Dom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddump()voiddump(PrintStream o)voiddump(PrintStream o, Object ref)QNamegetQName()Localelocale()booleannodeCanHavePrefixUri()intnodeType()CurtempCur()
-
-
-
Method Detail
-
locale
Locale locale()
-
nodeType
int nodeType()
-
tempCur
Cur tempCur()
-
getQName
QName getQName()
-
nodeCanHavePrefixUri
boolean nodeCanHavePrefixUri()
-
dump
void dump()
-
dump
void dump(PrintStream o)
-
dump
void dump(PrintStream o, Object ref)
-
-