Searched defs:standalone (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java1180 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java608 public void xmlDecl(String version, String encoding, String standalone, argument
H A DXIncludeHandler.java829 String standalone,
834 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
826 xmlDecl( String version, String encoding, String standalone, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEmptySerializer.java622 public void setStandalone(String standalone) argument
H A DSerializerBase.java136 * The standalone value for the doctype.
141 * True if standalone was specified.
146 * Determine if the output is a standalone.
629 * Sets the value coming from the xsl:output standalone stylesheet attribute.
630 * @param standalone a value of "yes" indicates that the
631 * <code>standalone</code> delaration is to be included in the output
635 public void setStandalone(String standalone) argument
637 if (standalone != null)
640 setStandaloneInternal(standalone);
644 * Sets the XSL standalone attribut
648 setStandaloneInternal(String standalone) argument
[all...]
H A DToUnknownStream.java734 public void setStandalone(String standalone) argument
736 m_handler.setStandalone(standalone);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java127 /**Experimental DOM Level 3 feature: Document standalone */
128 protected boolean standalone; field in class:CoreDocumentImpl
917 * whether this document is standalone
925 standalone = value;
939 * standalone that specifies whether this document is standalone
943 return standalone;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java330 * True if the document entity is standalone. This should really
878 * Sets whether the document entity is standalone.
880 * @param standalone True if document entity is standalone.
882 public void setStandalone(boolean standalone) { argument
883 fStandalone = standalone;
887 /** Returns true if the document entity is standalone. */
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1450 * document is standalone.
1466 * document is standalone.
1469 * NEEDSDOC @param standalone
1471 public void setStandalone(boolean standalone) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java1175 * document is standalone.
1194 * document is standalone.
1197 * NEEDSDOC @param standalone
1199 public void setStandalone(boolean standalone) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java696 * @param standalone The standalone value, or null if not specified.
701 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
706 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);

Completed in 166 milliseconds

12