类 OBSXMLBuilder
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.xml.OBSXMLBuilder
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protectedOBSXMLBuilder(Document xmlDocument) protectedOBSXMLBuilder(Node myNode, Node parentNode) -
方法概要
修饰符和类型方法说明asString()voidattributeImpl(String name, String value) static OBSXMLBuilderprotected static DocumentcreateDocumentImpl(String name, String namespaceURI, boolean isNamespaceAware) elementImpl(String name, String namespaceURI) booleanprivate static DocumentBuilderFactoryprivate static ClassLoaderprotected StringgetPrefixFromQualifiedName(String qualifiedName) private static Class<?> getProviderClass(String className, ClassLoader cl, boolean doFallback, boolean useBSClsLoader) inthashCode()importXMLBuilder(OBSXMLBuilder builder) protected StringlookupNamespaceURI(String name) private static <T> TnewInstance(Class<T> type, String className, ClassLoader cl, boolean doFallback, boolean useBSClsLoader) static OBSXMLBuilderparse(InputSource inputSource) static OBSXMLBuilderparse(InputSource inputSource, boolean isNamespaceAware) protected static DocumentparseDocumentImpl(InputSource inputSource, boolean isNamespaceAware) static voidsetXmlDocumentBuilderFactoryClass(String className) voidup()up(int steps) protected NodeupImpl(int steps)
-
字段详细资料
-
DEFAULT_PACKAGE
- 另请参阅:
-
xmlDocumentBuilderFactoryClass
-
xmlDocument
-
xmlNode
-
-
构造器详细资料
-
OBSXMLBuilder
-
OBSXMLBuilder
-
-
方法详细资料
-
setXmlDocumentBuilderFactoryClass
-
findDocumentBuilderFactory
-
createDocumentImpl
protected static Document createDocumentImpl(String name, String namespaceURI, boolean isNamespaceAware) throws ParserConfigurationException, FactoryConfigurationError -
parseDocumentImpl
protected static Document parseDocumentImpl(InputSource inputSource, boolean isNamespaceAware) throws ParserConfigurationException, SAXException, IOException -
getContextClassLoader
-
getProviderClass
private static Class<?> getProviderClass(String className, ClassLoader cl, boolean doFallback, boolean useBSClsLoader) throws ClassNotFoundException -
newInstance
private static <T> T newInstance(Class<T> type, String className, ClassLoader cl, boolean doFallback, boolean useBSClsLoader) throws FactoryConfigurationError -
create
public static OBSXMLBuilder create(String name) throws ParserConfigurationException, FactoryConfigurationError -
parse
public static OBSXMLBuilder parse(InputSource inputSource, boolean isNamespaceAware) throws ParserConfigurationException, SAXException, IOException -
parse
public static OBSXMLBuilder parse(InputSource inputSource) throws ParserConfigurationException, SAXException, IOException -
importXMLBuilder
-
element
-
elem
-
e
-
element
-
elementImpl
-
attribute
-
textImpl
-
attributeImpl
-
attr
-
text
-
text
-
t
-
upImpl
-
up
-
up
-
getElement
-
lookupNamespaceURI
-
getPrefixFromQualifiedName
-
getDocument
-
asString
-
hashCode
- 覆盖:
hashCode在类中Object- 抛出:
UnsupportedOperationException
-
equals
-