Searched refs:DTD (Results 26 - 37 of 37) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java160 case XMLStreamConstants.DTD:
161 /* There shouldn't be a DTD in the schema */
248 case XMLStreamConstants.DTD:
249 /* There shouldn't be a DTD in the schema */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java123 case DTD :
205 case DTD:
206 msg = new String[]{"DTD","-dtd"};
272 * Parses a DTD file into an annotated grammar.
275 * DTD file
281 // parse the schema as a DTD.
H A DOptions.java556 schemaLanguage = Language.DTD;
869 return Language.DTD;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java143 // If not a START_ELEMENT (e.g., a DTD), skip to next tag
180 case XMLStreamConstants.DTD :
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventFactoryImpl.java81 public javax.xml.stream.events.DTD createDTD(String dtd) {
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java43 * The end result of parsing the stream is a DTD object.
46 * @see DTD
897 * Parse a DTD.
900 DTD parse(InputStream in, DTDBuilder dtd) {
914 System.err.println("[Parsed DTD " + dtd + " in " + tm + "ms]");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DXMLStreamReaderUtil.java228 case DTD:
229 return "DTD";
H A DDOMStreamReader.java813 case DTD:
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java88 /** Scanner state: DTD internal declarations. */
91 /** Scanner state: open DTD external subset. */
94 /** Scanner state: DTD external declarations. */
106 /** Feature identifier: load external DTD. */
110 /** Feature identifier: load external DTD. */
116 /** Property identifier: DTD scanner. */
160 /** DTD scanner. */
189 /** Load external DTD. */
209 /** DTD driver. */
225 /** A DTD Descriptio
[all...]
H A DXMLDocumentFragmentScannerImpl.java479 case XMLStreamConstants.DTD :
480 //all DTD related callbacks are handled in DTDScanner.
481 //1. Stax doesn't define DTD states as it does for XML Document.
835 * This method notifies of the start of an entity. The DTD has the
881 * This method notifies the end of an entity. The DTD has the pseudo-name
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java41 * A simple DTD-driven HTML parser. The parser reads an
74 * @see DTD
91 protected DTD dtd = null;
201 public Parser(DTD dtd) {
611 // specification in the DTD then an html error is
630 // tag does not have its start tag spec in the DTD as optional.
657 // part of the exclusions in the DTD.
693 // end tag spec in the DTD as optional.
2223 * Parse an HTML stream, given a DTD.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java587 * then DTD is missing or not interpreted.
1844 case DTD:
1845 return "DTD";

Completed in 74 milliseconds

12