📄 index-all.html
字号:
Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Document.html">Document</A><DD>Returns a <code>NodeList</code> of all the <code>Elements</code> with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the <code>Document</code> tree.<DT><A HREF="org/xml/sax/InputSource.html#getEncoding()"><B>getEncoding()</B></A> - Method in class org.xml.sax.<A HREF="org/xml/sax/InputSource.html">InputSource</A><DD>Get the character encoding for a byte stream or URI.<DT><A HREF="org/w3c/dom/DocumentType.html#getEntities()"><B>getEntities()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/DocumentType.html">DocumentType</A><DD>A <code>NamedNodeMap</code> containing the general entities, both external and internal, declared in the DTD.<DT><A HREF="org/xml/sax/XMLReader.html#getEntityResolver()"><B>getEntityResolver()</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/XMLReader.html">XMLReader</A><DD>Return the current entity resolver.<DT><A HREF="org/xml/sax/helpers/XMLFilterImpl.html#getEntityResolver()"><B>getEntityResolver()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/XMLFilterImpl.html">XMLFilterImpl</A><DD>Get the current entity resolver.<DT><A HREF="org/xml/sax/helpers/ParserAdapter.html#getEntityResolver()"><B>getEntityResolver()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/ParserAdapter.html">ParserAdapter</A><DD>Return the current entity resolver.<DT><A HREF="org/xml/sax/XMLReader.html#getErrorHandler()"><B>getErrorHandler()</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/XMLReader.html">XMLReader</A><DD>Return the current error handler.<DT><A HREF="org/xml/sax/helpers/XMLFilterImpl.html#getErrorHandler()"><B>getErrorHandler()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/XMLFilterImpl.html">XMLFilterImpl</A><DD>Get the current error event handler.<DT><A HREF="org/xml/sax/helpers/ParserAdapter.html#getErrorHandler()"><B>getErrorHandler()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/ParserAdapter.html">ParserAdapter</A><DD>Return the current error handler.<DT><A HREF="javax/xml/parsers/FactoryConfigurationError.html#getException()"><B>getException()</B></A> - Method in class javax.xml.parsers.<A HREF="javax/xml/parsers/FactoryConfigurationError.html">FactoryConfigurationError</A><DD>Return the actual exception (if any) that caused this exception to be raised.<DT><A HREF="org/xml/sax/SAXException.html#getException()"><B>getException()</B></A> - Method in class org.xml.sax.<A HREF="org/xml/sax/SAXException.html">SAXException</A><DD>Return the embedded exception, if any.<DT><A HREF="javax/xml/parsers/SAXParserFactory.html#getFeature(java.lang.String)"><B>getFeature(String)</B></A> - Method in class javax.xml.parsers.<A HREF="javax/xml/parsers/SAXParserFactory.html">SAXParserFactory</A><DD>Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.<DT><A HREF="org/xml/sax/XMLReader.html#getFeature(java.lang.String)"><B>getFeature(String)</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/XMLReader.html">XMLReader</A><DD>Look up the value of a feature.<DT><A HREF="org/xml/sax/helpers/XMLFilterImpl.html#getFeature(java.lang.String)"><B>getFeature(String)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/XMLFilterImpl.html">XMLFilterImpl</A><DD>Look up the state of a feature.<DT><A HREF="org/xml/sax/helpers/ParserAdapter.html#getFeature(java.lang.String)"><B>getFeature(String)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/ParserAdapter.html">ParserAdapter</A><DD>Check a parser feature.<DT><A HREF="org/w3c/dom/Node.html#getFirstChild()"><B>getFirstChild()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The first child of this node.<DT><A HREF="org/w3c/dom/Document.html#getImplementation()"><B>getImplementation()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Document.html">Document</A><DD>The <code>DOMImplementation</code> object that handles this document.<DT><A HREF="org/xml/sax/Attributes.html#getIndex(java.lang.String)"><B>getIndex(String)</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/Attributes.html">Attributes</A><DD>Look up the index of an attribute by XML 1.0 qualified name.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#getIndex(java.lang.String)"><B>getIndex(String)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A><DD>Look up an attribute's index by qualified (prefixed) name.<DT><A HREF="org/xml/sax/Attributes.html#getIndex(java.lang.String, java.lang.String)"><B>getIndex(String, String)</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/Attributes.html">Attributes</A><DD>Look up the index of an attribute by Namespace name.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#getIndex(java.lang.String, java.lang.String)"><B>getIndex(String, String)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A><DD>Look up an attribute's index by Namespace name.<DT><A HREF="org/w3c/dom/DocumentType.html#getInternalSubset()"><B>getInternalSubset()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/DocumentType.html">DocumentType</A><DD>The internal subset as a string, or <code>null</code> if there is none.<DT><A HREF="org/w3c/dom/Node.html#getLastChild()"><B>getLastChild()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The last child of this node.<DT><A HREF="org/w3c/dom/NodeList.html#getLength()"><B>getLength()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/NodeList.html">NodeList</A><DD>The number of nodes in the list.<DT><A HREF="org/w3c/dom/CharacterData.html#getLength()"><B>getLength()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/CharacterData.html">CharacterData</A><DD>The number of 16-bit units that are available through <code>data</code> and the <code>substringData</code> method below.<DT><A HREF="org/w3c/dom/NamedNodeMap.html#getLength()"><B>getLength()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/NamedNodeMap.html">NamedNodeMap</A><DD>The number of nodes in this map.<DT><A HREF="org/xml/sax/Attributes.html#getLength()"><B>getLength()</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/Attributes.html">Attributes</A><DD>Return the number of attributes in the list.<DT><A HREF="org/xml/sax/AttributeList.html#getLength()"><B>getLength()</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/AttributeList.html">AttributeList</A><DD><B>Deprecated.</B> Return the number of attributes in this list.<DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html#getLength()"><B>getLength()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A><DD><B>Deprecated.</B> Return the number of attributes in the list.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#getLength()"><B>getLength()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A><DD>Return the number of attributes in the list.<DT><A HREF="org/xml/sax/SAXParseException.html#getLineNumber()"><B>getLineNumber()</B></A> - Method in class org.xml.sax.<A HREF="org/xml/sax/SAXParseException.html">SAXParseException</A><DD>The line number of the end of the text where the exception occurred.<DT><A HREF="org/xml/sax/Locator.html#getLineNumber()"><B>getLineNumber()</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/Locator.html">Locator</A><DD>Return the line number where the current document event ends.<DT><A HREF="org/xml/sax/helpers/LocatorImpl.html#getLineNumber()"><B>getLineNumber()</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/LocatorImpl.html">LocatorImpl</A><DD>Return the saved line number (1-based).<DT><A HREF="org/w3c/dom/Node.html#getLocalName()"><B>getLocalName()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>Returns the local part of the qualified name of this node.<DT><A HREF="org/xml/sax/Attributes.html#getLocalName(int)"><B>getLocalName(int)</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/Attributes.html">Attributes</A><DD>Look up an attribute's local name by index.<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#getLocalName(int)"><B>getLocalName(int)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A><DD>Return an attribute's local name.<DT><A HREF="javax/xml/parsers/FactoryConfigurationError.html#getMessage()"><B>getMessage()</B></A> - Method in class javax.xml.parsers.<A HREF="javax/xml/parsers/FactoryConfigurationError.html">FactoryConfigurationError</A><DD>Return the message (if any) for this error .<DT><A HREF="org/xml/sax/SAXException.html#getMessage()"><B>getMessage()</B></A> - Method in class org.xml.sax.<A HREF="org/xml/sax/SAXException.html">SAXException</A><DD>Return a detail message for this exception.<DT><A HREF="org/w3c/dom/DocumentType.html#getName()"><B>getName()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/DocumentType.html">DocumentType</A><DD>The name of DTD; i.e., the name immediately following the <code>DOCTYPE</code> keyword.<DT><A HREF="org/w3c/dom/Attr.html#getName()"><B>getName()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Attr.html">Attr</A><DD>Returns the name of this attribute.<DT><A HREF="org/xml/sax/AttributeList.html#getName(int)"><B>getName(int)</B></A> - Method in interface org.xml.sax.<A HREF="org/xml/sax/AttributeList.html">AttributeList</A><DD><B>Deprecated.</B> Return the name of an attribute in this list (by position).<DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html#getName(int)"><B>getName(int)</B></A> - Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A><DD><B>Deprecated.</B> Get the name of an attribute (by position).<DT><A HREF="org/w3c/dom/NamedNodeMap.html#getNamedItem(java.lang.String)"><B>getNamedItem(String)</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/NamedNodeMap.html">NamedNodeMap</A><DD>Retrieves a node specified by name.<DT><A HREF="org/w3c/dom/NamedNodeMap.html#getNamedItemNS(java.lang.String, java.lang.String)"><B>getNamedItemNS(String, String)</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/NamedNodeMap.html">NamedNodeMap</A><DD>Retrieves a node specified by local name and namespace URI.<DT><A HREF="org/w3c/dom/Node.html#getNamespaceURI()"><B>getNamespaceURI()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The namespace URI of this node, or <code>null</code> if it is unspecified.<DT><A HREF="org/w3c/dom/Node.html#getNextSibling()"><B>getNextSibling()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The node immediately following this node.<DT><A HREF="org/w3c/dom/Node.html#getNodeName()"><B>getNodeName()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The name of this node, depending on its type; see the table above.<DT><A HREF="org/w3c/dom/Node.html#getNodeType()"><B>getNodeType()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>A code representing the type of the underlying object, as defined above.<DT><A HREF="org/w3c/dom/Node.html#getNodeValue()"><B>getNodeValue()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A><DD>The value of this node, depending on its type; see the table above.<DT><A HREF="org/w3c/dom/Entity.html#getNotationName()"><B>getNotationName()</B></A> - Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Entity.html">Entity</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -