Searched defs:startTag (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLWriter.java79 public void startTag(String name) throws IOException { method in class:XMLWriter
88 public void startTag(String name, Properties attributes) throws IOException { method in class:XMLWriter
118 startTag(Parser.PROPERTIES_ELEMENT);
121 startTag(Parser.PROPERTY_ELEMENT, new Properties(Parser.PROPERTY_NAME_PROPERTY, p.getName()));
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatformVC10.java33 startTag("Project",
37 startTag("ItemGroup",
40 startTag("ProjectConfiguration",
48 startTag("PropertyGroup", "Label", "Globals");
57 startTag(cfg, "PropertyGroup", "Label", "Configuration");
64 startTag("ImportGroup", "Label", "ExtensionSettings");
67 startTag(cfg, "ImportGroup", "Label", "PropertySheets");
77 startTag("PropertyGroup");
92 startTag(cfg, "ItemDefinitionGroup");
93 startTag("ClCompil
280 void startTag(BuildConfig cfg, String name, String... attrs) { method in class:WinGammaPlatformVC10
[all...]
H A DWinGammaPlatform.java611 void startTag(String name, String... attrs) { method in class:WinGammaPlatform
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContainerElement.java54 StartTag startTag; field in class:ContainerElement
88 this.startTag = new StartTag(this,nsUri,localName);
89 tail = startTag;
92 document.setFirstContent(startTag);
164 if(startTag==null)
303 startTag.addAttribute(nsUri,localName,value);
318 startTag.addNamespaceDecl(uri,prefix,false);
323 startTag.addNamespaceDecl(uri,null,requirePrefix);
327 // we need to allow this method even when startTag has already been completed.
329 addChild(new Pcdata(document,startTag,valu
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java203 startTag(next);
367 protected void startTag(Element elem) throws IOException, BadLocationException { method in class:HTMLWriter
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java394 protected void startTag(TagElement tag) throws ChangedCharSetException { method in class:Parser
533 startTag(makeTag(dtd.html, true));
601 startTag(t);
638 startTag(t);
683 startTag(t);
751 startTag(makeTag(dtd.body, true));
1956 startTag(tag);
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java131 public void startTag(String tag) throws IOException { method in class:HTMLWriter
144 * a corresponding earlier call to startTag, but there is no formal check
164 * This is expected to correspond with a startTag.
167 * @throws IllegalStateException if this call does not follow startTag
188 * write attributes -- e.g. if this call does not follow startTag or other
217 * write attributes -- e.g. if this call does not follow startTag or other
238 * If this call follows a call of startTag, the open tag will be
299 startTag(IMAGE);
319 startTag(A);
332 startTag(
[all...]

Completed in 173 milliseconds