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

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLDTDScanner.java68 * @param standalone True if the document was specified as standalone.
78 public boolean scanDTDInternalSubset(boolean complete, boolean standalone, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammarBucket.java96 // is the "active" grammar standalone?
134 // is the active grammar standalone? This must live here because
137 void setStandalone(boolean standalone) { argument
138 fIsStandalone = standalone;
H A DXMLDTDValidator.java649 * @param standalone The standalone value, or null if not specified.
654 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
657 // save standalone state
658 fGrammarBucket.setStandalone(standalone != null && standalone.equals("yes"));
662 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
1317 /** Checks entities in attribute values for standalone VC. */
1475 /** Returns true if invalid standalone attribute definition. */
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java40 * standalone
99 * @return a value of "yes" if the <code>standalone</code> delaration is to
172 * Sets the value coming from the xsl:output standalone stylesheet attribute.
173 * @param standalone a value of "yes" indicates that the
174 * <code>standalone</code> delaration is to be included in the output
177 public void setStandalone(String standalone); argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DStartDocumentEvent.java62 public StartDocumentEvent(String encoding, String version, boolean standalone){ argument
64 init(encoding,version,standalone,null);
67 public StartDocumentEvent(String encoding, String version, boolean standalone,Location loc){ argument
69 init(encoding, version, standalone, loc);
71 protected void init(String encoding, String version, boolean standalone,Location loc) { argument
75 this.fStandalone = standalone;
155 s = s + " standalone='yes'?>";
157 s = s + " standalone='no'?>";
H A DXMLEventFactoryImpl.java168 public javax.xml.stream.events.StartDocument createStartDocument(String encoding, String version, boolean standalone) { argument
169 StartDocumentEvent event = new StartDocumentEvent(encoding, version, standalone);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartDocumentEvent.java95 * Returns if this XML is standalone
96 * @return the standalone state of XML, defaults to "no"
102 * Returns true if the standalone attribute was set in
118 public void setStandalone(boolean standalone) { argument
120 _standalone = standalone;
162 s = s + " standalone='yes'?>";
164 s = s + " standalone='no'?>";
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java171 * document is standalone.
172 * <br> This attribute represents the property [standalone] defined in .
180 * document is standalone.
181 * <br> This attribute represents the property [standalone] defined in .
184 public void setXmlStandalone(boolean standalone){ argument
H A DDefaultXMLDocumentHandler.java89 * @param standalone The standalone value, or null if not specified.
95 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DTeeXMLDocumentFilterImpl.java171 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
172 side.xmlDecl(version, encoding, standalone, augs);
173 next.xmlDecl(version, encoding, standalone, augs);
H A DJAXPValidatorComponent.java371 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java114 public void xmlDecl(String version, String encoding, String standalone, argument
H A DDOMResultBuilder.java212 public void xmlDecl(String version, String encoding, String standalone, argument
H A DValidatorHandlerImpl.java350 public void xmlDecl(String version, String encoding, String standalone, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTeeXMLDocumentFilterImpl.java212 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
213 side.xmlDecl(version, encoding, standalone, augs);
214 next.xmlDecl(version, encoding, standalone, augs);
H A DXMLDocumentFilterImpl.java179 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
180 next.xmlDecl(version, encoding, standalone, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDocumentHandler.java80 * @param standalone The standalone value, or null if not specified.
86 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java353 * @param standalone the status of standalone may be set to "true" or "false"
358 boolean standalone);
356 createStartDocument(String encoding, String version, boolean standalone) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXEventFactory.java273 * @param standalone the status of standalone may be set to "true" or "false"
276 public StartDocument createStartDocument(String encoding, String version, boolean standalone) { argument
278 event.setStandalone(standalone);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java473 * @param standalone The standalone value, or null if not specified.
478 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
481 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
H A DXMLDTDScannerImpl.java317 * @param standalone True if the document was specified as standalone.
327 public boolean scanDTDInternalSubset(boolean complete, boolean standalone, argument
336 fStandalone = standalone;
634 //For standalone DTD loader, it might be the last opened entity
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java130 * @param standalone The standalone value, or null if not specified.
135 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
H A DAbstractDOMParser.java856 * @param standalone The standalone value, or null if not specified.
861 public void xmlDecl (String version, String encoding, String standalone, argument
871 fDocumentImpl.setXmlStandalone ("yes".equals (standalone));
878 fDeferredDocumentImpl.setXmlStandalone ("yes".equals (standalone));
H A DAbstractSAXParser.java306 * @param standalone The standalone value, or null if not specified.
311 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
316 fStandalone = "yes".equals(standalone);
1620 // http://xml.org/sax/features/is-standalone
1621 // reports whether the document specified a standalone document declaration.
1729 // http://xml.org/sax/features/is-standalone
1730 // reports whether the document specified a standalone document declaration.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1725 * @param standalone The standalone value, or null if not specified.
1731 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument

Completed in 141 milliseconds

12